Interface UnmodIterator<E>

    • Method Detail

      • remove

        @Deprecated
        default void remove()
        Deprecated.
        Not allowed - this is supposed to be unmodifiable
        Specified by:
        remove in interface Iterator<E>
      • emptyUnmodIterator

        static <T> UnmodIterator<T> emptyUnmodIterator()
        Returns the empty unmodifiable iterator.