Class AbstractPersistentCollection.IteratorProxy<E>

    • Constructor Detail

      • IteratorProxy

        public IteratorProxy​(Iterator<E> itr)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<E>
      • next

        public E next()
        Specified by:
        next in interface Iterator<E>
      • remove

        public void remove()
        Specified by:
        remove in interface Iterator<E>