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