Class AbstractCloseableIteratorIteration<E>

    • Constructor Detail

      • AbstractCloseableIteratorIteration

        public AbstractCloseableIteratorIteration()
    • Method Detail

      • getIterator

        protected abstract Iterator<? extends E> getIterator()
      • hasNext

        public boolean hasNext()
      • next

        public E next()
      • remove

        public void remove()