|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of the elements iterated overpublic static interface Store.Iterator<T>
An iterator over a Store.
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if the iteration has more elements. |
T |
next()
Returns the next element in the iteration. |
Method Detail |
---|
boolean hasNext()
NoSuchElementException
.)
T next() throws CacheAccessException
java.util.NoSuchElementException
- iteration has no more elements.
CacheAccessException
- if accessing the next element failed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |