Package org.eclipse.collections.api.factory.list.primitive
This package contains factory API for creating immutable primitive list instances.
-
Interface Summary Interface Description ImmutableBooleanListFactory A factory which creates instances of typeImmutableBooleanList.ImmutableByteListFactory A factory which creates instances of typeImmutableByteList.ImmutableCharListFactory A factory which creates instances of typeImmutableCharList.ImmutableDoubleListFactory A factory which creates instances of typeImmutableDoubleList.ImmutableFloatListFactory A factory which creates instances of typeImmutableFloatList.ImmutableIntListFactory A factory which creates instances of typeImmutableIntList.ImmutableLongListFactory A factory which creates instances of typeImmutableLongList.ImmutableShortListFactory A factory which creates instances of typeImmutableShortList.MutableBooleanListFactory A factory which creates instances of typeMutableBooleanList.MutableByteListFactory A factory which creates instances of typeMutableByteList.MutableCharListFactory A factory which creates instances of typeMutableCharList.MutableDoubleListFactory A factory which creates instances of typeMutableDoubleList.MutableFloatListFactory A factory which creates instances of typeMutableFloatList.MutableIntListFactory A factory which creates instances of typeMutableIntList.MutableLongListFactory A factory which creates instances of typeMutableLongList.MutableShortListFactory A factory which creates instances of typeMutableShortList.