Package org.eclipse.collections.impl.list.immutable.primitive
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
An ImmutableIntList
is the non-modifiable equivalent interface of MutableIntList
.
-
Class Summary Class Description ImmutableBooleanArrayList ImmutableBooleanArrayList is the non-modifiable equivalent ofBooleanArrayList
.ImmutableBooleanArrayList.ImmutableBooleanListSerializationProxy ImmutableBooleanEmptyList ImmutableBooleanEmptyList is an optimization forImmutableBooleanList
of size 0.ImmutableBooleanListFactoryImpl ImmutableBooleanListFactoryImpl is a factory implementation which creates instances of typeImmutableBooleanList
.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.ImmutableByteListFactoryImpl ImmutableByteListFactoryImpl is a factory implementation which creates instances of typeImmutableByteList
.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.ImmutableCharListFactoryImpl ImmutableCharListFactoryImpl is a factory implementation which creates instances of typeImmutableCharList
.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.ImmutableDoubleListFactoryImpl ImmutableDoubleListFactoryImpl is a factory implementation which creates instances of typeImmutableDoubleList
.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.ImmutableFloatListFactoryImpl ImmutableFloatListFactoryImpl is a factory implementation which creates instances of typeImmutableFloatList
.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.ImmutableIntListFactoryImpl ImmutableIntListFactoryImpl is a factory implementation which creates instances of typeImmutableIntList
.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.ImmutableLongListFactoryImpl ImmutableLongListFactoryImpl is a factory implementation which creates instances of typeImmutableLongList
.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.ImmutableShortListFactoryImpl ImmutableShortListFactoryImpl is a factory implementation which creates instances of typeImmutableShortList
.ImmutableShortSingletonList ImmutableShortSingletonList is an optimization forImmutableShortList
of size 1.