Package javax.jcr

Interface PropertyIterator

  • All Superinterfaces:
    java.util.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 Detail

      • nextProperty

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