Class LazyCollection.WrappedListIterator

    • Field Detail

      • inner

        protected final java.util.ListIterator<E> inner
    • Method Detail

      • hasNext

        public boolean hasNext()
      • hasPrevious

        public boolean hasPrevious()
      • next

        public E next()
      • nextIndex

        public int nextIndex()
      • previous

        public E previous()
      • previousIndex

        public int previousIndex()