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