Package org.eclipse.collections.api.list.primitive

This package contains mutable and immutable primitive list API.

A primitive list is similar to a ListIterable, but is memory-optimized for primitives.

  • Interface Summary 
    Interface Description
    BooleanList
    This file was automatically generated from template file primitiveList.stg.
    ByteList
    This file was automatically generated from template file primitiveList.stg.
    CharList
    This file was automatically generated from template file primitiveList.stg.
    DoubleList
    This file was automatically generated from template file primitiveList.stg.
    FloatList
    This file was automatically generated from template file primitiveList.stg.
    ImmutableBooleanList
    This file was automatically generated from template file immutablePrimitiveList.stg.
    ImmutableByteList
    This file was automatically generated from template file immutablePrimitiveList.stg.
    ImmutableCharList
    This file was automatically generated from template file immutablePrimitiveList.stg.
    ImmutableDoubleList
    This file was automatically generated from template file immutablePrimitiveList.stg.
    ImmutableFloatList
    This file was automatically generated from template file immutablePrimitiveList.stg.
    ImmutableIntList
    This file was automatically generated from template file immutablePrimitiveList.stg.
    ImmutableLongList
    This file was automatically generated from template file immutablePrimitiveList.stg.
    ImmutableShortList
    This file was automatically generated from template file immutablePrimitiveList.stg.
    IntList
    This file was automatically generated from template file primitiveList.stg.
    LongList
    This file was automatically generated from template file primitiveList.stg.
    MutableBooleanList
    This file was automatically generated from template file mutablePrimitiveList.stg.
    MutableByteList
    This file was automatically generated from template file mutablePrimitiveList.stg.
    MutableCharList
    This file was automatically generated from template file mutablePrimitiveList.stg.
    MutableDoubleList
    This file was automatically generated from template file mutablePrimitiveList.stg.
    MutableFloatList
    This file was automatically generated from template file mutablePrimitiveList.stg.
    MutableIntList
    This file was automatically generated from template file mutablePrimitiveList.stg.
    MutableLongList
    This file was automatically generated from template file mutablePrimitiveList.stg.
    MutableShortList
    This file was automatically generated from template file mutablePrimitiveList.stg.
    ShortList
    This file was automatically generated from template file primitiveList.stg.