Uses of Package
org.eclipse.collections.impl.list.immutable.primitive
Packages that use org.eclipse.collections.impl.list.immutable.primitive
Package
Description
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
-
Classes in org.eclipse.collections.impl.list.immutable.primitive used by org.eclipse.collections.impl.list.immutable.primitiveClassDescriptionImmutableBooleanArrayList is the non-modifiable equivalent of
BooleanArrayList
.ImmutableBooleanEmptyList is an optimization forImmutableBooleanList
of size 0.ImmutableBooleanSingletonList is an optimization forImmutableBooleanList
of size 1.ImmutableByteArrayList is the non-modifiable equivalent ofByteArrayList
.ImmutableByteEmptyList is an optimization forImmutableByteList
of size 0.ImmutableByteSingletonList is an optimization forImmutableByteList
of size 1.ImmutableCharArrayList is the non-modifiable equivalent ofCharArrayList
.ImmutableCharEmptyList is an optimization forImmutableCharList
of size 0.ImmutableCharSingletonList is an optimization forImmutableCharList
of size 1.ImmutableDoubleArrayList is the non-modifiable equivalent ofDoubleArrayList
.ImmutableDoubleEmptyList is an optimization forImmutableDoubleList
of size 0.ImmutableDoubleSingletonList is an optimization forImmutableDoubleList
of size 1.ImmutableFloatArrayList is the non-modifiable equivalent ofFloatArrayList
.ImmutableFloatEmptyList is an optimization forImmutableFloatList
of size 0.ImmutableFloatSingletonList is an optimization forImmutableFloatList
of size 1.ImmutableIntArrayList is the non-modifiable equivalent ofIntArrayList
.ImmutableIntEmptyList is an optimization forImmutableIntList
of size 0.ImmutableIntSingletonList is an optimization forImmutableIntList
of size 1.ImmutableLongArrayList is the non-modifiable equivalent ofLongArrayList
.ImmutableLongEmptyList is an optimization forImmutableLongList
of size 0.ImmutableLongSingletonList is an optimization forImmutableLongList
of size 1.ImmutableShortArrayList is the non-modifiable equivalent ofShortArrayList
.ImmutableShortEmptyList is an optimization forImmutableShortList
of size 0.ImmutableShortSingletonList is an optimization forImmutableShortList
of size 1.