Class MockPropertyIterator
- java.lang.Object
-
- org.apache.sling.commons.testing.jcr.MockPropertyIterator
-
-
Constructor Summary
Constructors Constructor Description MockPropertyIterator(Iterator<javax.jcr.Property> it)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetPosition()longgetSize()booleanhasNext()Objectnext()javax.jcr.PropertynextProperty()voidremove()voidskip(long skipNum)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
MockPropertyIterator
public MockPropertyIterator(Iterator<javax.jcr.Property> it)
-
-
Method Detail
-
nextProperty
public javax.jcr.Property nextProperty()
- Specified by:
nextPropertyin interfacejavax.jcr.PropertyIterator
-
getPosition
public long getPosition()
- Specified by:
getPositionin interfacejavax.jcr.RangeIterator
-
getSize
public long getSize()
- Specified by:
getSizein interfacejavax.jcr.RangeIterator
-
skip
public void skip(long skipNum)
- Specified by:
skipin interfacejavax.jcr.RangeIterator
-
-