Class DropIterator<T>

    • Constructor Detail

      • DropIterator

        public DropIterator​(Iterable<T> iterable,
                            int count)
        Deprecated.
      • DropIterator

        public DropIterator​(Iterator<T> iterator,
                            int count)
        Deprecated.
    • Method Detail

      • hasNext

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

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

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