|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventIterator
Allows easy iteration through a list of Event
s with
nextEvent
as well as a skip
method inherited from
RangeIterator
.
Method Summary | |
---|---|
Event |
nextEvent()
Returns the next Event in the iteration. |
Methods inherited from interface javax.jcr.RangeIterator |
---|
getPosition, getSize, skip |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Method Detail |
---|
Event nextEvent()
Event
in the iteration.
Event
in the iteration.
java.util.NoSuchElementException
- if iteration has no more
Event
s.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |