public class TModels
extends java.lang.Object
implements java.io.Serializable
TModel
objects.Constructor and Description |
---|
TModels()
Deprecated.
Constructs a new, empty TModels.
|
TModels(int initialSize)
Deprecated.
Constructs a new, empty TModels, with the initial capacity specified.
|
public TModels()
public TModels(int initialSize)
initialSize
- the initial capacity of the TModels.public void add(TModel tModel)
TModel
to the TModels.tModel
- the TModel to be added.public TModel get(int index)
TModel
at the specified index.int
- the index of the TModel to be retrieved.public int size()
TModel
objects in the TModels.