|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ListHier
A Hier storing entries in an ordered list.
HierList| Field Summary |
|---|
| Fields inherited from interface au.com.zip.cs.Hier |
|---|
ARRAY, HASH, SCALAR |
| Method Summary | |
|---|---|
void |
addEntry(int ndx,
Hier h)
Add a new Hier to the list at the specified position. |
Hier |
getEntry(int ndx)
Return the Hier stored at the specified index. |
int |
getSize()
Return the number of elements in this list. |
Hier |
removeEntry(int ndx)
Remove the element at the spcified position. |
List |
toList()
Return a List view of this list. |
| Methods inherited from interface au.com.zip.cs.Hier |
|---|
getType, toString |
| Method Detail |
|---|
int getSize()
Hier getEntry(int ndx)
Hier stored at the specified index.
ndx - the index
void addEntry(int ndx,
Hier h)
Hier to the list at the specified position.
ndx - the positionh - the Hier to addHier removeEntry(int ndx)
ndx - the position
List toList()
List view of this list.
HierList
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||