|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cnrg.itx.ds.ArrayRecords
This class is used to hold returned record entries from the directory database
Constructor Summary | |
ArrayRecords()
Default constructor |
Method Summary | |
void |
add(byte[] newValue)
Add a new element to the end of the list |
void |
add(java.lang.String newValue)
Add a new element to the end of the list |
int |
count()
Get the number of elements. |
java.lang.String |
first()
Get the first element (also Reset to the first element position) |
java.lang.String |
next()
Get the next element. |
void |
reset()
Reset to the first element position |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ArrayRecords()
Method Detail |
public int count()
public void reset()
public java.lang.String first()
public java.lang.String next()
public void add(byte[] newValue)
newValue
- the new element to be added to the listpublic void add(java.lang.String newValue)
newValue
- the new element to be added to the list
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |