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