Interface ElementIterable<T extends Element>

    • Method Detail

      • toArray

        T[] toArray()
        Returns the iterator content as an array.
        Returns:
        element array
      • toCollection

        Collection<T> toCollection()
        Returns the iterator content as a collection.
        Returns:
        element collection
      • toSet

        Set<T> toSet()
        Returns the iterator content as a set.
        Returns:
        element set
      • doBreak

        void doBreak()
        Break the iterator and release read lock (if any).