|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.priha.util.GenericIterator
org.priha.util.LazyNodeIteratorImpl
public class LazyNodeIteratorImpl
Field Summary |
---|
Fields inherited from class org.priha.util.GenericIterator |
---|
m_iterator, m_list, m_position, m_size |
Constructor Summary | |
---|---|
LazyNodeIteratorImpl(SessionImpl session,
java.util.List<Path> paths)
|
Method Summary | |
---|---|
NodeImpl |
get(int index)
|
NodeImpl |
next()
|
NodeImpl |
nextNode()
|
NodeImpl |
previous()
|
NodeImpl |
previousNode()
|
Methods inherited from class org.priha.util.GenericIterator |
---|
getPosition, getSize, hasNext, hasPrevious, 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, remove |
Constructor Detail |
---|
public LazyNodeIteratorImpl(SessionImpl session, java.util.List<Path> paths)
Method Detail |
---|
public NodeImpl nextNode()
nextNode
in interface javax.jcr.NodeIterator
public NodeImpl previousNode()
public NodeImpl next()
next
in interface java.util.Iterator
next
in class GenericIterator
public NodeImpl previous()
previous
in class GenericIterator
public NodeImpl get(int index) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |