Package org.eclipse.collections.impl.list.immutable.primitive
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.
-
ClassesClassDescriptionImmutableBooleanArrayList is the non-modifiable equivalent of
BooleanArrayList.ImmutableBooleanEmptyList is an optimization forImmutableBooleanListof size 0.ImmutableBooleanListFactoryImpl is a factory implementation which creates instances of typeImmutableBooleanList.ImmutableBooleanSingletonList is an optimization forImmutableBooleanListof size 1.ImmutableByteArrayList is the non-modifiable equivalent ofByteArrayList.ImmutableByteEmptyList is an optimization forImmutableByteListof size 0.ImmutableByteListFactoryImpl is a factory implementation which creates instances of typeImmutableByteList.ImmutableByteSingletonList is an optimization forImmutableByteListof size 1.ImmutableCharArrayList is the non-modifiable equivalent ofCharArrayList.ImmutableCharEmptyList is an optimization forImmutableCharListof size 0.ImmutableCharListFactoryImpl is a factory implementation which creates instances of typeImmutableCharList.ImmutableCharSingletonList is an optimization forImmutableCharListof size 1.ImmutableDoubleArrayList is the non-modifiable equivalent ofDoubleArrayList.ImmutableDoubleEmptyList is an optimization forImmutableDoubleListof size 0.ImmutableDoubleListFactoryImpl is a factory implementation which creates instances of typeImmutableDoubleList.ImmutableDoubleSingletonList is an optimization forImmutableDoubleListof size 1.ImmutableFloatArrayList is the non-modifiable equivalent ofFloatArrayList.ImmutableFloatEmptyList is an optimization forImmutableFloatListof size 0.ImmutableFloatListFactoryImpl is a factory implementation which creates instances of typeImmutableFloatList.ImmutableFloatSingletonList is an optimization forImmutableFloatListof size 1.ImmutableIntArrayList is the non-modifiable equivalent ofIntArrayList.ImmutableIntEmptyList is an optimization forImmutableIntListof size 0.ImmutableIntListFactoryImpl is a factory implementation which creates instances of typeImmutableIntList.ImmutableIntSingletonList is an optimization forImmutableIntListof size 1.ImmutableLongArrayList is the non-modifiable equivalent ofLongArrayList.ImmutableLongEmptyList is an optimization forImmutableLongListof size 0.ImmutableLongListFactoryImpl is a factory implementation which creates instances of typeImmutableLongList.ImmutableLongSingletonList is an optimization forImmutableLongListof size 1.ImmutableShortArrayList is the non-modifiable equivalent ofShortArrayList.ImmutableShortEmptyList is an optimization forImmutableShortListof size 0.ImmutableShortListFactoryImpl is a factory implementation which creates instances of typeImmutableShortList.ImmutableShortSingletonList is an optimization forImmutableShortListof size 1.