Package org.eclipse.collections.api.set.primitive

This package contains API for mutable and immutable primitive sets.

A primitive set is similar to SetIterable and is memory-optimized for primitives.

  • Interface Summary 
    Interface Description
    BooleanSet
    This file was automatically generated from template file primitiveSet.stg.
    ByteSet
    This file was automatically generated from template file primitiveSet.stg.
    CharSet
    This file was automatically generated from template file primitiveSet.stg.
    DoubleSet
    This file was automatically generated from template file primitiveSet.stg.
    FloatSet
    This file was automatically generated from template file primitiveSet.stg.
    ImmutableBooleanSet
    This file was automatically generated from template file immutablePrimitiveSet.stg.
    ImmutableByteSet
    This file was automatically generated from template file immutablePrimitiveSet.stg.
    ImmutableCharSet
    This file was automatically generated from template file immutablePrimitiveSet.stg.
    ImmutableDoubleSet
    This file was automatically generated from template file immutablePrimitiveSet.stg.
    ImmutableFloatSet
    This file was automatically generated from template file immutablePrimitiveSet.stg.
    ImmutableIntSet
    This file was automatically generated from template file immutablePrimitiveSet.stg.
    ImmutableLongSet
    This file was automatically generated from template file immutablePrimitiveSet.stg.
    ImmutableShortSet
    This file was automatically generated from template file immutablePrimitiveSet.stg.
    IntSet
    This file was automatically generated from template file primitiveSet.stg.
    LongSet
    This file was automatically generated from template file primitiveSet.stg.
    MutableBooleanSet
    This file was automatically generated from template file mutablePrimitiveSet.stg.
    MutableByteSet
    This file was automatically generated from template file mutablePrimitiveSet.stg.
    MutableCharSet
    This file was automatically generated from template file mutablePrimitiveSet.stg.
    MutableDoubleSet
    This file was automatically generated from template file mutablePrimitiveSet.stg.
    MutableFloatSet
    This file was automatically generated from template file mutablePrimitiveSet.stg.
    MutableIntSet
    This file was automatically generated from template file mutablePrimitiveSet.stg.
    MutableLongSet
    This file was automatically generated from template file mutablePrimitiveSet.stg.
    MutableShortSet
    This file was automatically generated from template file mutablePrimitiveSet.stg.
    ShortSet
    This file was automatically generated from template file primitiveSet.stg.