|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.rmi.api.iterator.ArrayIterator
org.exoplatform.services.jcr.rmi.api.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.exoplatform.services.jcr.rmi.api.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 iterate| Method 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 | |||||||||