org.priha.util
Class LazyPropertyIteratorImpl
java.lang.Object
org.priha.util.GenericIterator
org.priha.util.LazyPropertyIteratorImpl
- All Implemented Interfaces:
- java.util.Iterator, javax.jcr.PropertyIterator, javax.jcr.RangeIterator
public class LazyPropertyIteratorImpl
- extends GenericIterator
- implements javax.jcr.PropertyIterator
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 |
LazyPropertyIteratorImpl
public LazyPropertyIteratorImpl(SessionImpl session,
java.util.List<Path> paths)
nextProperty
public PropertyImpl nextProperty()
- Specified by:
nextProperty
in interface javax.jcr.PropertyIterator
previousProperty
public PropertyImpl previousProperty()
next
public PropertyImpl next()
- Specified by:
next
in interface java.util.Iterator
- Overrides:
next
in class GenericIterator
previous
public PropertyImpl previous()
- Overrides:
previous
in class GenericIterator
get
public PropertyImpl get(int index)
throws javax.jcr.PathNotFoundException,
javax.jcr.RepositoryException
- Throws:
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException