Module eclipselink
Class SnapshotCloneListIterable.LocalCloneListIterator<E>
java.lang.Object
org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator<E>
org.eclipse.persistence.jpa.jpql.utility.iterable.SnapshotCloneListIterable.LocalCloneListIterator<E>
- All Implemented Interfaces:
Iterator<E>,ListIterator<E>
- Enclosing class:
SnapshotCloneListIterable<E>
protected static class SnapshotCloneListIterable.LocalCloneListIterator<E>
extends CloneListIterator<E>
provide access to "internal" constructor
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
CloneListIterator.Mutator<T> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLocalCloneListIterator(CloneListIterator.Mutator<E> mutator, Object[] array) -
Method Summary
Methods inherited from class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
add, add, hasNext, hasPrevious, nestedNext, nestedPrevious, next, nextIndex, previous, previousIndex, remove, remove, set, setMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
LocalCloneListIterator
-