Class 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
    • 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, iterator, spliterator