|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HandleEnumeration
Interface for Enumerations that access Handles. It provides a method nextHandle, that hides the down casting from client code.
Method Summary | |
---|---|
boolean |
hasNextHandle()
|
Handle |
nextHandle()
Returns the next element of the enumeration. |
void |
reset()
Reset the enumeration so it can be reused again. |
java.util.List |
toList()
Returns a list with all elements currently available in the enumeration. |
Method Detail |
---|
Handle nextHandle()
java.util.NoSuchElementException
- If no more elements exist.boolean hasNextHandle()
java.util.List toList()
void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |