Class SnapshotCloneIterable.LocalCloneIterator<E>

  • All Implemented Interfaces:
    java.util.Iterator<E>
    Enclosing class:
    SnapshotCloneIterable<E>

    protected static class SnapshotCloneIterable.LocalCloneIterator<E>
    extends CloneIterator<E>
    provide access to "internal" constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Constructor Detail

      • LocalCloneIterator

        protected LocalCloneIterator​(CloneIterator.Remover<E> remover,
                                     java.lang.Object[] array)