Package javax.jcr

Interface PropertyIterator

  • All Superinterfaces:
    Iterator, RangeIterator

    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:
        NoSuchElementException - if iteration has no more Propertys.