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