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

Packages that use org.eclipse.collections.api.set.primitive 
Package Description
org.eclipse.collections.api
This package contains interfaces for Eclipse Collections API.
org.eclipse.collections.api.bag.primitive
This package contains API for Primitive Bags with Mutable and Immutable variants.
org.eclipse.collections.api.factory.set.primitive  
org.eclipse.collections.api.map.primitive
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
org.eclipse.collections.api.set
This package contains interfaces for set API which enhance the performance and functionality of Set.
org.eclipse.collections.api.set.primitive
This package contains API for mutable and immutable primitive sets.
org.eclipse.collections.impl.bag.mutable.primitive
This package contains implementations of the mutable primitive bag interfaces.
org.eclipse.collections.impl.collection.mutable.primitive
This package contains implementations of the mutable primitive collection interfaces.
org.eclipse.collections.impl.factory.primitive
This package contains static utilities for creating immutable primitive collection factories.
org.eclipse.collections.impl.lazy.primitive
This package contains implementations of the lazy primitive iterator interfaces.
org.eclipse.collections.impl.list.mutable.primitive
This package contains implementations of the mutable primitive list interfaces.
org.eclipse.collections.impl.list.primitive
This package contains implementations of the primitive list interfaces.
org.eclipse.collections.impl.map.mutable.primitive
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
org.eclipse.collections.impl.primitive  
org.eclipse.collections.impl.set  
org.eclipse.collections.impl.set.immutable
This package package contains the implementations of ImmutableSet.
org.eclipse.collections.impl.set.immutable.primitive
This package contains implementations of the immutable primitive set interfaces.
org.eclipse.collections.impl.set.mutable
This package package contains implementations of MutableSet.
org.eclipse.collections.impl.set.mutable.primitive
This package contains implementations of the mutable primitive set interfaces.
org.eclipse.collections.impl.set.primitive  
org.eclipse.collections.impl.stack.mutable.primitive
This package contains implementations of the mutable primitive stack interfaces.
org.eclipse.collections.impl.stack.primitive  
org.eclipse.collections.impl.stream  
org.eclipse.collections.impl.string.immutable  
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.api 
    Class Description
    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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.api.bag.primitive 
    Class 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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.api.factory.set.primitive 
    Class Description
    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.
    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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.api.map.primitive 
    Class Description
    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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.api.set 
    Class 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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.api.set.primitive 
    Class 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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.bag.mutable.primitive 
    Class Description
    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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.collection.mutable.primitive 
    Class Description
    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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.factory.primitive 
    Class 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.
    IntSet
    This file was automatically generated from template file primitiveSet.stg.
    LongSet
    This file was automatically generated from template file primitiveSet.stg.
    ShortSet
    This file was automatically generated from template file primitiveSet.stg.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.lazy.primitive 
    Class Description
    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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.list.mutable.primitive 
    Class Description
    MutableBooleanSet
    This file was automatically generated from template file mutablePrimitiveSet.stg.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.list.primitive 
    Class Description
    MutableIntSet
    This file was automatically generated from template file mutablePrimitiveSet.stg.
    MutableLongSet
    This file was automatically generated from template file mutablePrimitiveSet.stg.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.map.mutable.primitive 
    Class Description
    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.
    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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.primitive 
    Class Description
    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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.set 
    Class Description
    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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.set.immutable 
    Class Description
    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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.set.immutable.primitive 
    Class 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.
    ShortSet
    This file was automatically generated from template file primitiveSet.stg.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.set.mutable 
    Class Description
    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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.set.mutable.primitive 
    Class 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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.set.primitive 
    Class Description
    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.
    IntSet
    This file was automatically generated from template file primitiveSet.stg.
    LongSet
    This file was automatically generated from template file primitiveSet.stg.
    ShortSet
    This file was automatically generated from template file primitiveSet.stg.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.stack.mutable.primitive 
    Class Description
    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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.stack.primitive 
    Class Description
    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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.stream 
    Class Description
    ImmutableDoubleSet
    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.
    MutableDoubleSet
    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.
  • Classes in org.eclipse.collections.api.set.primitive used by org.eclipse.collections.impl.string.immutable 
    Class Description
    MutableCharSet
    This file was automatically generated from template file mutablePrimitiveSet.stg.
    MutableIntSet
    This file was automatically generated from template file mutablePrimitiveSet.stg.