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