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.
-
ClassesClassDescriptionImmutableBooleanListFactoryImpl is a factory implementation which creates instances of type
ImmutableBooleanList.ImmutableByteListFactoryImpl is a factory implementation which creates instances of typeImmutableByteList.ImmutableCharListFactoryImpl is a factory implementation which creates instances of typeImmutableCharList.ImmutableDoubleListFactoryImpl is a factory implementation which creates instances of typeImmutableDoubleList.ImmutableFloatListFactoryImpl is a factory implementation which creates instances of typeImmutableFloatList.ImmutableIntListFactoryImpl is a factory implementation which creates instances of typeImmutableIntList.ImmutableLongListFactoryImpl is a factory implementation which creates instances of typeImmutableLongList.ImmutableShortListFactoryImpl is a factory implementation which creates instances of typeImmutableShortList.