Interface | Description |
---|---|
ListIterable<T> |
A
ListIterable simply forces the returned object to be an instance of ListIterator . |
Class | Description |
---|---|
ArrayIterable<E> | |
CloneListIterable<E> |
Pull together mutator state and behavior for subclasses.
|
SnapshotCloneListIterable<E> |
A
SnapshotCloneListIterable returns a list iterator on a
"snapshot" of a list, allowing for concurrent access to the original list. |
SnapshotCloneListIterable.LocalCloneListIterator<E> |
provide access to "internal" constructor
|
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.