|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.jcr.util.AbstractRangeIterator
org.alfresco.jcr.item.NodeRefNodeIteratorImpl
public class NodeRefNodeIteratorImpl
Alfresco implementation of a Node Iterator
Constructor Summary | |
---|---|
NodeRefNodeIteratorImpl(SessionImpl sessionImpl,
java.util.List nodeRefs)
Construct |
Method Summary | |
---|---|
long |
getSize()
|
java.lang.Object |
next()
|
javax.jcr.Node |
nextNode()
|
Methods inherited from class org.alfresco.jcr.util.AbstractRangeIterator |
---|
getPosition, hasNext, remove, skip, 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, skip |
Methods inherited from interface java.util.Iterator |
---|
hasNext, remove |
Constructor Detail |
---|
public NodeRefNodeIteratorImpl(SessionImpl sessionImpl, java.util.List nodeRefs)
context
- session contextnodes
- node listMethod Detail |
---|
public javax.jcr.Node nextNode()
nextNode
in interface javax.jcr.NodeIterator
public long getSize()
getSize
in interface javax.jcr.RangeIterator
public java.lang.Object next()
next
in interface java.util.Iterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |