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 long
getPosition()
long
getSize()
boolean
hasNext()
Object
next()
javax.jcr.Property
nextProperty()
void
remove()
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 java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
MockPropertyIterator
public MockPropertyIterator(Iterator<javax.jcr.Property> it)
-
-
Method Detail
-
nextProperty
public javax.jcr.Property nextProperty()
- Specified by:
nextProperty
in interfacejavax.jcr.PropertyIterator
-
getPosition
public long getPosition()
- Specified by:
getPosition
in interfacejavax.jcr.RangeIterator
-
getSize
public long getSize()
- Specified by:
getSize
in interfacejavax.jcr.RangeIterator
-
skip
public void skip(long skipNum)
- Specified by:
skip
in interfacejavax.jcr.RangeIterator
-
-