|
|||||||||
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.LazyPropertyIteratorImpl
public class LazyPropertyIteratorImpl
Field Summary |
---|
Fields inherited from class org.priha.util.GenericIterator |
---|
m_iterator, m_list, m_position, m_size |
Constructor Summary | |
---|---|
LazyPropertyIteratorImpl(SessionImpl session,
java.util.List<Path> paths)
|
Method Summary | |
---|---|
PropertyImpl |
get(int index)
|
PropertyImpl |
next()
|
PropertyImpl |
nextProperty()
|
PropertyImpl |
previous()
|
PropertyImpl |
previousProperty()
|
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 |
Constructor Detail |
---|
public LazyPropertyIteratorImpl(SessionImpl session, java.util.List<Path> paths)
Method Detail |
---|
public PropertyImpl nextProperty()
public PropertyImpl previousProperty()
public PropertyImpl next()
next
in interface java.util.Iterator
next
in class GenericIterator
public PropertyImpl previous()
previous
in class GenericIterator
public PropertyImpl get(int index) throws PathNotFoundException, RepositoryException
PathNotFoundException
RepositoryException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |