org.apache.sling.commons.testing.jcr
Class MockPropertyIterator

java.lang.Object
  extended by org.apache.sling.commons.testing.jcr.MockPropertyIterator
All Implemented Interfaces:
java.util.Iterator, javax.jcr.PropertyIterator, javax.jcr.RangeIterator

public class MockPropertyIterator
extends java.lang.Object
implements javax.jcr.PropertyIterator


Constructor Summary
MockPropertyIterator(java.util.Iterator<javax.jcr.Property> it)
           
 
Method Summary
 long getPosition()
           
 long getSize()
           
 boolean hasNext()
           
 java.lang.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
 

Constructor Detail

MockPropertyIterator

public MockPropertyIterator(java.util.Iterator<javax.jcr.Property> it)
Method Detail

nextProperty

public javax.jcr.Property nextProperty()
Specified by:
nextProperty in interface javax.jcr.PropertyIterator

getPosition

public long getPosition()
Specified by:
getPosition in interface javax.jcr.RangeIterator

getSize

public long getSize()
Specified by:
getSize in interface javax.jcr.RangeIterator

skip

public void skip(long skipNum)
Specified by:
skip in interface javax.jcr.RangeIterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator


Copyright © 2007-2009. All Rights Reserved.