|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Untamed:
Method Summary | |
ConstList |
asList()
Added: |
boolean |
hasMoreElements()
Enabled: Tests if this enumeration contains more elements. |
void |
iterate(AssocFunc func)
Added: Enumerates the enumeration. |
Object |
nextElement()
Enabled: Returns the next element of this enumeration if this enumeration object has at least one more element to provide. |
Method Detail |
public boolean hasMoreElements()
true
if and only if this enumeration object
contains at least one more element to provide;
false
otherwise.public Object nextElement()
public ConstList asList()
public void iterate(AssocFunc func)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |