Uses of Interface
org.eclipse.collections.api.map.primitive.ShortByteMap
Packages that use ShortByteMap
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 ShortByteMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type ShortByteMapModifier and TypeMethodDescriptionImmutableShortByteMapFactory.ofAll(ShortByteMap map) MutableShortByteMapFactory.ofAll(ShortByteMap map) ImmutableShortByteMapFactory.withAll(ShortByteMap map) MutableShortByteMapFactory.withAll(ShortByteMap map) -
Uses of ShortByteMap in org.eclipse.collections.api.map.primitive
Subinterfaces of ShortByteMap 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 ShortByteMapModifier and TypeMethodDescriptionByteShortMap.flipUniqueValues()Return the ShortByteMap that is obtained by flipping the direction of this map and making the associations from value to key.ShortByteMap.reject(ShortBytePredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ShortByteMap.select(ShortBytePredicate 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 ShortByteMapModifier and TypeMethodDescriptionvoidMutableShortByteMap.putAll(ShortByteMap map) Puts all of the key/value mappings from the specified map into this map. -
Uses of ShortByteMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ShortByteMapModifier and TypeClassDescription(package private) final classImmutableShortByteEmptyMap is an optimization forImmutableShortByteMapof size 0.(package private) final classImmutableShortByteHashMap is the non-modifiable equivalent ofShortByteHashMap.(package private) final classImmutableShortByteSingletonMap is an optimization forImmutableShortByteMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ShortByteMapModifier and TypeFieldDescriptionprivate ShortByteMapImmutableShortByteHashMap.ImmutableShortByteMapSerializationProxy.mapMethods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortByteMapModifier and TypeMethodDescriptionImmutableShortByteMapFactoryImpl.ofAll(ShortByteMap map) ImmutableShortByteMapFactoryImpl.withAll(ShortByteMap map) Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortByteMapModifierConstructorDescription(package private)ImmutableShortByteHashMap(ShortByteMap delegate) protected -
Uses of ShortByteMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ShortByteMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classA synchronized view of aMutableShortByteMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortByteMapModifier and TypeMethodDescriptionMutableShortByteMapFactoryImpl.ofAll(ShortByteMap map) voidShortByteHashMap.putAll(ShortByteMap map) voidSynchronizedShortByteMap.putAll(ShortByteMap map) voidUnmodifiableShortByteMap.putAll(ShortByteMap map) MutableShortByteMapFactoryImpl.withAll(ShortByteMap map) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortByteMap