Uses of Package
org.eclipse.collections.impl.list.immutable.primitive
-
Packages that use org.eclipse.collections.impl.list.immutable.primitive Package Description org.eclipse.collections.impl.list.immutable.primitive 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.primitive Class Description ImmutableBooleanArrayList ImmutableBooleanArrayList is the non-modifiable equivalent ofBooleanArrayList
.ImmutableBooleanEmptyList ImmutableBooleanEmptyList is an optimization forImmutableBooleanList
of size 0.ImmutableBooleanSingletonList ImmutableBooleanSingletonList is an optimization forImmutableBooleanList
of size 1.ImmutableByteArrayList ImmutableByteArrayList is the non-modifiable equivalent ofByteArrayList
.ImmutableByteEmptyList ImmutableByteEmptyList is an optimization forImmutableByteList
of size 0.ImmutableByteSingletonList ImmutableByteSingletonList is an optimization forImmutableByteList
of size 1.ImmutableCharArrayList ImmutableCharArrayList is the non-modifiable equivalent ofCharArrayList
.ImmutableCharEmptyList ImmutableCharEmptyList is an optimization forImmutableCharList
of size 0.ImmutableCharSingletonList ImmutableCharSingletonList is an optimization forImmutableCharList
of size 1.ImmutableDoubleArrayList ImmutableDoubleArrayList is the non-modifiable equivalent ofDoubleArrayList
.ImmutableDoubleEmptyList ImmutableDoubleEmptyList is an optimization forImmutableDoubleList
of size 0.ImmutableDoubleSingletonList ImmutableDoubleSingletonList is an optimization forImmutableDoubleList
of size 1.ImmutableFloatArrayList ImmutableFloatArrayList is the non-modifiable equivalent ofFloatArrayList
.ImmutableFloatEmptyList ImmutableFloatEmptyList is an optimization forImmutableFloatList
of size 0.ImmutableFloatSingletonList ImmutableFloatSingletonList is an optimization forImmutableFloatList
of size 1.ImmutableIntArrayList ImmutableIntArrayList is the non-modifiable equivalent ofIntArrayList
.ImmutableIntEmptyList ImmutableIntEmptyList is an optimization forImmutableIntList
of size 0.ImmutableIntSingletonList ImmutableIntSingletonList is an optimization forImmutableIntList
of size 1.ImmutableLongArrayList ImmutableLongArrayList is the non-modifiable equivalent ofLongArrayList
.ImmutableLongEmptyList ImmutableLongEmptyList is an optimization forImmutableLongList
of size 0.ImmutableLongSingletonList ImmutableLongSingletonList is an optimization forImmutableLongList
of size 1.ImmutableShortArrayList ImmutableShortArrayList is the non-modifiable equivalent ofShortArrayList
.ImmutableShortEmptyList ImmutableShortEmptyList is an optimization forImmutableShortList
of size 0.ImmutableShortSingletonList ImmutableShortSingletonList is an optimization forImmutableShortList
of size 1.