Uses of Interface
org.eclipse.collections.api.map.primitive.LongShortMap
Packages that use LongShortMap
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of LongShortMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type LongShortMapModifier and TypeMethodDescriptionImmutableLongShortMapFactory.ofAll(LongShortMap map) MutableLongShortMapFactory.ofAll(LongShortMap map) ImmutableLongShortMapFactory.withAll(LongShortMap map) MutableLongShortMapFactory.withAll(LongShortMap map) -
Uses of LongShortMap in org.eclipse.collections.api.map.primitive
Subinterfaces of LongShortMap in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return LongShortMapModifier and TypeMethodDescriptionShortLongMap.flipUniqueValues()Return the LongShortMap that is obtained by flipping the direction of this map and making the associations from value to key.LongShortMap.reject(LongShortPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.LongShortMap.select(LongShortPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.Methods in org.eclipse.collections.api.map.primitive with parameters of type LongShortMapModifier and TypeMethodDescriptionvoidMutableLongShortMap.putAll(LongShortMap map) Puts all of the key/value mappings from the specified map into this map. -
Uses of LongShortMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement LongShortMapModifier and TypeClassDescription(package private) final classImmutableLongShortEmptyMap is an optimization forImmutableLongShortMapof size 0.(package private) final classImmutableLongShortHashMap is the non-modifiable equivalent ofLongShortHashMap.(package private) final classImmutableLongShortSingletonMap is an optimization forImmutableLongShortMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as LongShortMapModifier and TypeFieldDescriptionprivate LongShortMapImmutableLongShortHashMap.ImmutableLongShortMapSerializationProxy.mapMethods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongShortMapModifier and TypeMethodDescriptionImmutableLongShortMapFactoryImpl.ofAll(LongShortMap map) ImmutableLongShortMapFactoryImpl.withAll(LongShortMap map) Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongShortMapModifierConstructorDescription(package private)ImmutableLongShortHashMap(LongShortMap delegate) protected -
Uses of LongShortMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LongShortMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classA synchronized view of aMutableLongShortMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongShortMapModifier and TypeMethodDescriptionMutableLongShortMapFactoryImpl.ofAll(LongShortMap map) voidLongShortHashMap.putAll(LongShortMap map) voidSynchronizedLongShortMap.putAll(LongShortMap map) voidUnmodifiableLongShortMap.putAll(LongShortMap map) MutableLongShortMapFactoryImpl.withAll(LongShortMap map) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongShortMap