Class EmptyIteration<E>

    • Constructor Detail

      • EmptyIteration

        public EmptyIteration()
        Deprecated.
        Creates a new EmptyIteration.
    • Method Detail

      • hasNext

        public boolean hasNext()
        Deprecated.
      • next

        public E next()
        Deprecated.
      • remove

        public void remove()
        Deprecated.
      • stream

        public Stream<E> stream()
        Deprecated.
        Description copied from interface: CloseableIteration
        Convert the results to a Java 8 Stream.
        Returns:
        stream