|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.jcr.util.AbstractRangeIterator
public abstract class AbstractRangeIterator
Alfresco implementation of a Node Iterator
Constructor Summary | |
---|---|
AbstractRangeIterator()
Construct |
Method Summary | |
---|---|
long |
getPosition()
|
boolean |
hasNext()
|
void |
remove()
|
protected long |
skip()
Skip 1 position |
void |
skip(long skipNum)
|
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 |
---|
getSize |
Methods inherited from interface java.util.Iterator |
---|
next |
Constructor Detail |
---|
public AbstractRangeIterator()
context
- session contextnodes
- node listMethod Detail |
---|
protected long skip()
public void skip(long skipNum)
skip
in interface javax.jcr.RangeIterator
public long getPosition()
getPosition
in interface javax.jcr.RangeIterator
public boolean hasNext()
hasNext
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |