public class TModelInfoList
extends java.lang.Object
implements java.io.Serializable
TModelInfo objects.| Constructor and Description |
|---|
TModelInfoList()
Deprecated.
Constructs a new, empty TModelInfoList.
|
TModelInfoList(int initialSize)
Deprecated.
Constructs a new, empty TModelInfoList, with the initial capacity specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(TModelInfo tModelInfo)
Deprecated.
Adds a
TModelInfo to the TModelInfoList. |
TModelInfo |
get(int index)
Deprecated.
Returns the
TModelInfo at the specified index. |
int |
size()
Deprecated.
Returns the number of
TModelInfo objects in the TModelInfoList. |
public TModelInfoList()
public TModelInfoList(int initialSize)
initialSize - the initial capacity of the TModelInfoList.public void add(TModelInfo tModelInfo)
TModelInfo to the TModelInfoList.tModelInfo - the TModelInfo to be added.public TModelInfo get(int index)
TModelInfo at the specified index.int - the index of the TModelInfo to be retrieved.public int size()
TModelInfo objects in the TModelInfoList.