Interface DavPropertyIterator

  • All Superinterfaces:
    java.util.Iterator<DavProperty<?>>

    public interface DavPropertyIterator
    extends java.util.Iterator<DavProperty<?>>
    The DavPropertyIterator extends the Iterator by a property specific next() method.
    • Method Detail

      • nextProperty

        DavProperty<?> nextProperty()
                             throws java.util.NoSuchElementException
        Returns the next Property.
        Returns:
        the next Property in the iteration.
        Throws:
        java.util.NoSuchElementException - if iteration has no more elements.