Class Stream<T>

    • Constructor Detail

      • Stream

        public Stream()
    • Method Detail

      • hasNext

        public final boolean hasNext()
        Specified by:
        hasNext in interface Iterator<T>
      • next

        public abstract T next()
        Specified by:
        next in interface Iterator<T>
      • remove

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