E - the type of elements returned by the iterable's iteratorpublic abstract class CloneIterable<E> extends Object implements Iterable<E>
SnapshotCloneIterable,
LiveCloneIterable| Modifier and Type | Class and Description |
|---|---|
protected class |
CloneIterable.DefaultRemover |
| Modifier | Constructor and Description |
|---|---|
protected |
CloneIterable() |
protected |
CloneIterable(CloneIterator.Remover<E> remover) |
| Modifier and Type | Method and Description |
|---|---|
protected CloneIterator.Remover<E> |
buildDefaultRemover() |
protected void |
remove(E element)
Remove the specified element from the original collection.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, iterator, spliteratorprotected CloneIterable()
protected CloneIterable(CloneIterator.Remover<E> remover)
protected CloneIterator.Remover<E> buildDefaultRemover()
protected void remove(E element)
This method can be overridden by a subclass as an
alternative to building a
CloneListIterator.Mutator.
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.