Class ObjectStream<T>

  • All Implemented Interfaces:
    Iterable<T>

    public abstract class ObjectStream<T>
    extends Object
    implements Iterable<T>
    • Constructor Detail

      • ObjectStream

        public ObjectStream()
    • Method Detail

      • hasNext

        public boolean hasNext()
      • getNext

        protected abstract T getNext()
        Return the next object or null if the end of the stream is reached.
        Returns: