Class AbstractPersistentCollection.IteratorProxy<E>

java.lang.Object
org.hibernate.collection.spi.AbstractPersistentCollection.IteratorProxy<E>
All Implemented Interfaces:
Iterator<E>
Enclosing class:
AbstractPersistentCollection<E>

protected final class AbstractPersistentCollection.IteratorProxy<E> extends Object implements Iterator<E>
  • Constructor Details

    • IteratorProxy

      public IteratorProxy(Iterator<E> itr)
  • Method Details

    • 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>