Package org.eclipse.collections.api.factory.list
This package contains factory API for creating instances of type
ListIterable.
This package contains the following interfaces:
-
FixedSizeListFactory- a factory which creates instances of typeFixedSizeList. -
ImmutableListFactory- a factory which creates instances of typeImmutableList. -
MutableListFactory- a factory which creates instances of typeMutableList.
-
Interface Summary Interface Description FixedSizeListFactory ImmutableListFactory MultiReaderListFactory A factory which creates instances of typeMultiReaderList.MutableListFactory