Class CloseableIteratorIteration<E>

    • Constructor Detail

      • CloseableIteratorIteration

        public CloseableIteratorIteration()
        Deprecated.
        Creates an uninitialized CloseableIteratorIteration, needs to be initialized by calling setIterator(Iterator) before it can be used.
      • CloseableIteratorIteration

        public CloseableIteratorIteration​(Iterator<? extends E> iter)
        Deprecated.
        Creates a CloseableIteratorIteration that wraps the supplied iterator.
    • Method Detail

      • setIterator

        protected void setIterator​(Iterator<? extends E> iter)
        Deprecated.
      • hasIterator

        protected boolean hasIterator()
        Deprecated.
      • hasNext

        public boolean hasNext()
        Deprecated.
      • next

        public E next()
        Deprecated.
      • remove

        public void remove()
        Deprecated.