|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.erights.e.elib.util.DynamicMap
Untamed:
Field Summary | |
private FlexList |
myElems
|
Constructor Summary | |
DynamicMap(ConstList elems)
Enabled: Create a new dynamic collection. |
Method Summary | |
void |
addElems(ConstList elems)
Enabled: Add new objects to the collection. |
(package private) void |
addElemsAt(ConstList elems,
int loc)
Add new objects to the collection at a specific location. |
DynamicMapEnumeration |
elems()
Enabled: Return an Enumeration of the elements of the collection. |
Object |
get(int n)
Enabled: Return the nth member of the collection. |
int |
size()
Enabled: Return the current size of the collection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final FlexList myElems
Constructor Detail |
public DynamicMap(ConstList elems)
elems
- The objects which are to be the initial members of the
collection.Method Detail |
public void addElems(ConstList elems)
elems
- The objects which are to be added to the collection.void addElemsAt(ConstList elems, int loc)
elems
- The objects which are to be added to the collection.public DynamicMapEnumeration elems()
public int size()
public Object get(int n)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |