Package org.eclipse.collections.impl.list.mutable.primitive
This package contains implementations of the mutable primitive list interfaces.
A mutable primitive list is similar to a MutableList
, but is memory-optimized for primitives.
-
Class Summary Class Description BooleanArrayList BooleanArrayList is similar toFastList
, and is memory-optimized for boolean primitives.ByteArrayList ByteArrayList is similar toFastList
, and is memory-optimized for byte primitives.CharArrayList CharArrayList is similar toFastList
, and is memory-optimized for char primitives.DoubleArrayList DoubleArrayList is similar toFastList
, and is memory-optimized for double primitives.FloatArrayList FloatArrayList is similar toFastList
, and is memory-optimized for float primitives.IntArrayList IntArrayList is similar toFastList
, and is memory-optimized for int primitives.LongArrayList LongArrayList is similar toFastList
, and is memory-optimized for long primitives.ShortArrayList ShortArrayList is similar toFastList
, and is memory-optimized for short primitives.SynchronizedBooleanList A synchronized view of aMutableBooleanList
.SynchronizedByteList A synchronized view of aMutableByteList
.SynchronizedCharList A synchronized view of aMutableCharList
.SynchronizedDoubleList A synchronized view of aMutableDoubleList
.SynchronizedFloatList A synchronized view of aMutableFloatList
.SynchronizedIntList A synchronized view of aMutableIntList
.SynchronizedLongList A synchronized view of aMutableLongList
.SynchronizedShortList A synchronized view of aMutableShortList
.UnmodifiableBooleanList This file was automatically generated from template file unmodifiablePrimitiveList.stg.UnmodifiableByteList This file was automatically generated from template file unmodifiablePrimitiveList.stg.UnmodifiableCharList This file was automatically generated from template file unmodifiablePrimitiveList.stg.UnmodifiableDoubleList This file was automatically generated from template file unmodifiablePrimitiveList.stg.UnmodifiableFloatList This file was automatically generated from template file unmodifiablePrimitiveList.stg.UnmodifiableIntList This file was automatically generated from template file unmodifiablePrimitiveList.stg.UnmodifiableLongList This file was automatically generated from template file unmodifiablePrimitiveList.stg.UnmodifiableShortList This file was automatically generated from template file unmodifiablePrimitiveList.stg. -
Enum Summary Enum Description MutableBooleanListFactoryImpl MutableBooleanListFactoryImpl is a factory implementation which creates instances of typeMutableBooleanList
.MutableByteListFactoryImpl MutableByteListFactoryImpl is a factory implementation which creates instances of typeMutableByteList
.MutableCharListFactoryImpl MutableCharListFactoryImpl is a factory implementation which creates instances of typeMutableCharList
.MutableDoubleListFactoryImpl MutableDoubleListFactoryImpl is a factory implementation which creates instances of typeMutableDoubleList
.MutableFloatListFactoryImpl MutableFloatListFactoryImpl is a factory implementation which creates instances of typeMutableFloatList
.MutableIntListFactoryImpl MutableIntListFactoryImpl is a factory implementation which creates instances of typeMutableIntList
.MutableLongListFactoryImpl MutableLongListFactoryImpl is a factory implementation which creates instances of typeMutableLongList
.MutableShortListFactoryImpl MutableShortListFactoryImpl is a factory implementation which creates instances of typeMutableShortList
.