Package javax.jcr

Interface PropertyIterator

All Superinterfaces:
Iterator, RangeIterator
All Known Implementing Classes:
PropertyIteratorAdapter

public interface PropertyIterator extends RangeIterator
Allows easy iteration through a list of Propertys with nextProperty as well as a skip method.
  • Method Details

    • nextProperty

      Property nextProperty()
      Returns the next Property in the iteration.
      Returns:
      the next Property in the iteration.
      Throws:
      NoSuchElementException - if iteration has no more Propertys.