Uses of Interface
org.eclipse.collections.api.map.primitive.ShortValuesMap
| Package | Description |
|---|---|
| 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.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
-
Uses of ShortValuesMap in org.eclipse.collections.api.map.primitive
Subinterfaces of ShortValuesMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interfaceByteShortMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceCharShortMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceDoubleShortMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceFloatShortMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceImmutableByteShortMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableCharShortMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableDoubleShortMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableFloatShortMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableIntShortMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableLongShortMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableShortShortMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceIntShortMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceLongShortMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceMutableByteShortMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableCharShortMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableDoubleShortMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableFloatShortMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableIntShortMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableLongShortMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableShortShortMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableShortValuesMapThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceShortShortMapThis file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return ShortValuesMap Modifier and Type Method Description default ShortValuesMapShortValuesMap. tap(ShortProcedure procedure) -
Uses of ShortValuesMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ShortValuesMap Modifier and Type Class Description classAbstractMutableShortValuesMapThis file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.classByteShortHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classCharShortHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classDoubleShortHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classFloatShortHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classIntShortHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classLongShortHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classShortShortHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedByteShortMapA synchronized view of aMutableByteShortMap.classSynchronizedCharShortMapA synchronized view of aMutableCharShortMap.classSynchronizedDoubleShortMapA synchronized view of aMutableDoubleShortMap.classSynchronizedFloatShortMapA synchronized view of aMutableFloatShortMap.classSynchronizedIntShortMapA synchronized view of aMutableIntShortMap.classSynchronizedLongShortMapA synchronized view of aMutableLongShortMap.classSynchronizedShortShortMapA synchronized view of aMutableShortShortMap.classUnmodifiableByteShortMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableCharShortMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableDoubleShortMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableFloatShortMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableIntShortMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableLongShortMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableShortShortMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.