Class | Description |
---|---|
CloneIterable<E> |
Pull together remover state and behavior for subclasses.
|
EmptyIterable<E> |
An
EmptyIterable is just that. |
SingleElementListIterable<E> |
A
SingleElementListIterable returns a ListIterator
that holds a single element
and returns it with the first call to ListIterator.next() , at
which point it will return false to any subsequent
call to ListIterator.hasNext() . |
SnapshotCloneIterable<E> |
A
SnapshotCloneIterable returns an iterator on a "snapshot" of a
collection, allowing for concurrent access to the original collection. |
SnapshotCloneIterable.LocalCloneIterator<E> |
provide access to "internal" constructor
|