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
Constructors Modifier Constructor Description protectedLocalCloneListIterator(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, set
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
LocalCloneListIterator
protected LocalCloneListIterator(CloneListIterator.Mutator<E> mutator, Object[] array)
-
-