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