Class MockPropertyIterator

  • All Implemented Interfaces:
    Iterator, javax.jcr.PropertyIterator, javax.jcr.RangeIterator

    public class MockPropertyIterator
    extends Object
    implements javax.jcr.PropertyIterator
    • Constructor Detail

      • MockPropertyIterator

        public MockPropertyIterator​(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 Iterator
      • remove

        public void remove()
        Specified by:
        remove in interface Iterator