Class CloneIterable<E>
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.tools.utility.iterable.CloneIterable<E>
-
- Type Parameters:
E
- the type of elements returned by the iterable's iterator
- All Implemented Interfaces:
java.lang.Iterable<E>
- Direct Known Subclasses:
SnapshotCloneIterable
public abstract class CloneIterable<E> extends java.lang.Object implements java.lang.Iterable<E>
Pull together remover state and behavior for subclasses.- See Also:
SnapshotCloneIterable
, LiveCloneIterable