Package org.eclipse.persistence.jpa.jpql.utility.iterable
-
Interface Summary Interface Description ListIterable<T> AListIterable
simply forces the returned object to be an instance ofListIterator
. -
Class Summary Class Description ArrayIterable<E> AnArrayIterable
provides anIterable
for an array of objects of typeE
.CloneListIterable<E> Pull together mutator state and behavior for subclasses.SnapshotCloneListIterable<E> ASnapshotCloneListIterable
returns a list iterator on a "snapshot" of a list, allowing for concurrent access to the original list.SnapshotCloneListIterable.LocalCloneListIterator<E> provide access to "internal" constructor