Class Iterators.Union<T>

  • All Implemented Interfaces:
    Iterator<T>
    Enclosing class:
    Iterators

    public static final class Iterators.Union<T>
    extends Object
    Union of two iterators.
    • Constructor Detail

    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        public T next()
      • remove

        public final void remove()
        Specified by:
        remove in interface Iterator<T>