Package org.eclipse.persistence.jpa.jpql.utility.iterator
-
Interface Summary Interface Description CloneListIterator.Mutator<T> Used byCloneListIterator
to remove elements from the original list; since the list iterator does not have direct access to the original list. -
Class Summary Class Description ArrayIterator<E> AnArrayIterator
provides aIterator
for an array of objects.CloneListIterator<E> ACloneListIterator
iterates over a copy of a list, allowing for concurrent access to the original list.CloneListIterator.Mutator.ReadOnly<S>