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

Packages that use org.eclipse.collections.api.map.primitive 
Package Description
org.eclipse.collections.api
This package contains interfaces for Eclipse Collections API.
org.eclipse.collections.api.collection
org.eclipse.collections.api.factory.map.primitive  
org.eclipse.collections.api.map
This package contains interfaces for map API which enhance the performance and functionality of Map
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.stack
This package contains interfaces for stack API.
org.eclipse.collections.impl
This package contains implementations for Eclipse Collections API.
org.eclipse.collections.impl.bag.immutable
This package contains implementations of the ImmutableBag interface.
org.eclipse.collections.impl.bag.mutable
This package contains implementations of the MutableBag interface.
org.eclipse.collections.impl.bimap.immutable  
org.eclipse.collections.impl.bimap.mutable
This package contains implementations of the MutableBiMap interface.
org.eclipse.collections.impl.block.factory
This package contains factory implementations for Function, Predicate, SerializableComparator and Procedure.
org.eclipse.collections.impl.collection  
org.eclipse.collections.impl.collection.immutable
This package contains implementations of the ImmutableCollection interface.
org.eclipse.collections.impl.collection.mutable
This package contains implementations of the MutableCollection interface.
org.eclipse.collections.impl.collector  
org.eclipse.collections.impl.lazy
This package contains implementations of the LazyIterable interface.
org.eclipse.collections.impl.list.mutable
This package contains implementations of the MutableList interface.
org.eclipse.collections.impl.map
This package contains implementations of the MapIterable interface.
org.eclipse.collections.impl.map.immutable
This package contains implementations of the ImmutableMap interface.
org.eclipse.collections.impl.map.immutable.primitive
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
org.eclipse.collections.impl.map.mutable
This package contains implementations of the MutableMap interface.
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.map.ordered.mutable  
org.eclipse.collections.impl.map.sorted.immutable
This package contains implementations of the MutableSortedMap interface.
org.eclipse.collections.impl.map.sorted.mutable
This package contains implementations of the MutableSortedMap interface.
org.eclipse.collections.impl.parallel
This package contains classes which is used for parallel iteration through the containers.
org.eclipse.collections.impl.stack.mutable
This package contains implementations of the MutableStack interface.
org.eclipse.collections.impl.utility
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
org.eclipse.collections.impl.utility.internal
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.api 
    Class Description
    ObjectDoubleMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectLongMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.api.collection 
    Class Description
    ImmutableObjectDoubleMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectLongMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.api.factory.map.primitive 
    Class Description
    ByteBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    ByteShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    CharShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    DoubleShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    FloatShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ImmutableByteBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableByteShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableCharShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableDoubleShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableFloatShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableIntShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableLongShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableObjectBooleanMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectByteMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectCharMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectDoubleMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectFloatMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectIntMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectLongMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectShortMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableShortBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableShortShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    IntBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    IntShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    LongShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    MutableByteBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableByteShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableCharShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableDoubleShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableFloatShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableIntShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableLongShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableObjectBooleanMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectByteMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectCharMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectFloatMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectIntMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectShortMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableShortBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableShortShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    ObjectBooleanMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectByteMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectCharMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectDoubleMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectFloatMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectIntMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectLongMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectShortMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ShortBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    ShortShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.api.map 
    Class Description
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.api.map.primitive 
    Class Description
    BooleanValuesMap
    This file was automatically generated from template file primitiveValuesMap.stg.
    ByteBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    ByteShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteValuesMap
    This file was automatically generated from template file primitiveValuesMap.stg.
    CharBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    CharShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharValuesMap
    This file was automatically generated from template file primitiveValuesMap.stg.
    DoubleBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    DoubleShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleValuesMap
    This file was automatically generated from template file primitiveValuesMap.stg.
    FloatBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    FloatShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatValuesMap
    This file was automatically generated from template file primitiveValuesMap.stg.
    ImmutableByteBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableByteShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableCharShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableDoubleShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableFloatShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableIntShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableLongShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableObjectBooleanMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectByteMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectCharMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectDoubleMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectFloatMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectIntMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectLongMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectShortMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutablePrimitiveObjectMap  
    ImmutableShortBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableShortShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    IntBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    IntShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntValuesMap
    This file was automatically generated from template file primitiveValuesMap.stg.
    LongBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    LongShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongValuesMap
    This file was automatically generated from template file primitiveValuesMap.stg.
    MutableBooleanValuesMap
    This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
    MutableByteBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableByteShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteValuesMap
    This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
    MutableCharBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableCharShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharValuesMap
    This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
    MutableDoubleBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableDoubleShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleValuesMap
    This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
    MutableFloatBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableFloatShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatValuesMap
    This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
    MutableIntBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableIntShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntValuesMap
    This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
    MutableLongBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableLongShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongValuesMap
    This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
    MutableObjectBooleanMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectByteMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectCharMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectFloatMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectIntMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectShortMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutablePrimitiveObjectMap  
    MutableShortBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableShortShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortValuesMap
    This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
    ObjectBooleanMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectByteMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectCharMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectDoubleMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectFloatMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectIntMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectLongMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectShortMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    PrimitiveObjectMap  
    ShortBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    ShortShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortValuesMap
    This file was automatically generated from template file primitiveValuesMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.api.stack 
    Class Description
    ImmutableObjectDoubleMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectLongMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl 
    Class Description
    ObjectDoubleMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectLongMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.bag.immutable 
    Class Description
    ImmutableObjectDoubleMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectLongMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.bag.mutable 
    Class Description
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.bimap.immutable 
    Class Description
    ImmutableObjectDoubleMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectLongMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.bimap.mutable 
    Class Description
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.block.factory 
    Class Description
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.collection 
    Class Description
    ObjectDoubleMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectLongMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.collection.immutable 
    Class Description
    ImmutableObjectDoubleMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectLongMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.collection.mutable 
    Class Description
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.collector 
    Class Description
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.lazy 
    Class Description
    ObjectDoubleMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectLongMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.list.mutable 
    Class Description
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.map 
    Class Description
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.map.immutable 
    Class Description
    ImmutableObjectDoubleMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectLongMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.map.immutable.primitive 
    Class Description
    ByteBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    ByteShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    CharShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    DoubleShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    FloatShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ImmutableByteBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableByteShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableCharShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableDoubleShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableFloatShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableIntShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableLongShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableObjectBooleanMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectByteMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectCharMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectDoubleMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectFloatMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectIntMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectLongMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectShortMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutablePrimitiveObjectMap  
    ImmutableShortBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableShortShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    IntBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    IntShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    LongShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ObjectBooleanMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectByteMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectCharMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectDoubleMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectFloatMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectIntMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectLongMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectShortMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    PrimitiveObjectMap  
    ShortBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    ShortShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.map.mutable 
    Class Description
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.map.mutable.primitive 
    Class Description
    BooleanValuesMap
    This file was automatically generated from template file primitiveValuesMap.stg.
    ByteBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    ByteShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ByteValuesMap
    This file was automatically generated from template file primitiveValuesMap.stg.
    CharBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    CharShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    CharValuesMap
    This file was automatically generated from template file primitiveValuesMap.stg.
    DoubleBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    DoubleShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    DoubleValuesMap
    This file was automatically generated from template file primitiveValuesMap.stg.
    FloatBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    FloatShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    FloatValuesMap
    This file was automatically generated from template file primitiveValuesMap.stg.
    ImmutableByteBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableByteObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableByteShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableCharObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableCharShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableDoubleObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableDoubleShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableFloatObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableFloatShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableIntObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableIntShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableLongObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableLongShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableObjectBooleanMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectByteMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectCharMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectDoubleMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectFloatMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectIntMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectLongMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectShortMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableShortBooleanMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortByteMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortCharMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortDoubleMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortFloatMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortIntMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortLongMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    ImmutableShortObjectMap
    This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
    ImmutableShortShortMap
    This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
    IntBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    IntShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    IntValuesMap
    This file was automatically generated from template file primitiveValuesMap.stg.
    LongBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    LongShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    LongValuesMap
    This file was automatically generated from template file primitiveValuesMap.stg.
    MutableBooleanValuesMap
    This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
    MutableByteBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableByteShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableByteValuesMap
    This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
    MutableCharBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableCharShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableCharValuesMap
    This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
    MutableDoubleBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableDoubleShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableDoubleValuesMap
    This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
    MutableFloatBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableFloatShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableFloatValuesMap
    This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
    MutableIntBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableIntShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableIntValuesMap
    This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
    MutableLongBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableLongShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableLongValuesMap
    This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
    MutableObjectBooleanMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectByteMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectCharMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectFloatMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectIntMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectShortMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutablePrimitiveObjectMap  
    MutableShortBooleanMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortByteMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortCharMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortDoubleMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortFloatMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortIntMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortLongMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortObjectMap
    This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
    MutableShortShortMap
    This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
    MutableShortValuesMap
    This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
    ObjectBooleanMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectByteMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectCharMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectDoubleMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectFloatMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectIntMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectLongMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectShortMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    PrimitiveObjectMap  
    ShortBooleanMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortByteMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortCharMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortDoubleMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortFloatMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortIntMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortLongMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortObjectMap
    This file was automatically generated from template file primitiveObjectMap.stg.
    ShortShortMap
    This file was automatically generated from template file primitivePrimitiveMap.stg.
    ShortValuesMap
    This file was automatically generated from template file primitiveValuesMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.map.ordered.mutable 
    Class Description
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.map.sorted.immutable 
    Class Description
    ImmutableObjectDoubleMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
    ImmutableObjectLongMap
    This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.map.sorted.mutable 
    Class Description
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.parallel 
    Class Description
    ObjectDoubleMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectLongMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.stack.mutable 
    Class Description
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.utility 
    Class Description
    ObjectDoubleMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectLongMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
  • Classes in org.eclipse.collections.api.map.primitive used by org.eclipse.collections.impl.utility.internal 
    Class Description
    MutableObjectDoubleMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    MutableObjectLongMap
    This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
    ObjectDoubleMap
    This file was automatically generated from template file objectPrimitiveMap.stg.
    ObjectLongMap
    This file was automatically generated from template file objectPrimitiveMap.stg.