|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.rmi.iterator.ArrayIterator
org.apache.jackrabbit.rmi.iterator.ArrayEventIterator
public class ArrayEventIterator
Array implementation of the JCR
EventIterator
interface.
This class is used by the JCR-RMI client adapters to convert
node arrays to iterators.
Constructor Summary | |
---|---|
ArrayEventIterator(javax.jcr.observation.Event[] nodes)
Creates an iterator for the given array of events. |
Method Summary | |
---|---|
javax.jcr.observation.Event |
nextEvent()
|
Methods inherited from class org.apache.jackrabbit.rmi.iterator.ArrayIterator |
---|
getPosition, getSize, hasNext, next, remove, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.jcr.RangeIterator |
---|
getPosition, getSize, skip |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Constructor Detail |
---|
public ArrayEventIterator(javax.jcr.observation.Event[] nodes)
nodes
- the nodes to iterateMethod Detail |
---|
public javax.jcr.observation.Event nextEvent()
nextEvent
in interface javax.jcr.observation.EventIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |