|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents an iterator over user entries, instances of
this iterator are returned by some UserStore
methods.
UserStore
Method Summary | |
boolean |
hasNext()
Returns true if the iteration has more elements. |
UserEntry |
next()
Returns the next element in the iteration. |
Method Detail |
public boolean hasNext()
public UserEntry next() throws java.util.NoSuchElementException
java.util.NoSuchElementException
- iteration has no more elements.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |