See: Description
Interface | Description |
---|---|
SimpleCollection<N> |
A simplified collection that implements
Iterable . |
Class | Description |
---|---|
ArrayListSimpleCollection<E> |
A
SimpleCollection backed by ArrayList . |
DuplicateOnWriteSimpleCollection<E> |
A collection that when modified returns a duplicate of the collection.
|
EmptySimpleCollection<E> |
Empty simple collection.
|
FixedUncheckedSimpleCollection<E> |
Array backed, not typed checked,
SimpleCollection implementation for an immutable
collection from a trusted source. |
WrappingSimpleCollection<E> |
Wrap a
Collection as a SimpleCollection . |
Copyright © 2014–2016. All rights reserved.