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