Class CloneListIterable<E>
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable<E>
-
- Type Parameters:
E
- the type of elements returned by the list iterable's list iterator
- All Implemented Interfaces:
Iterable<E>
,ListIterable<E>
- Direct Known Subclasses:
SnapshotCloneListIterable
public abstract class CloneListIterable<E> extends Object implements ListIterable<E>
Pull together mutator state and behavior for subclasses.- See Also:
- LiveCloneListIterable, SnapshotCloneListIterable
-
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface org.eclipse.persistence.jpa.jpql.utility.iterable.ListIterable
iterator
-
-