Uses of Interface
org.eclipse.collections.api.map.primitive.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
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Modifier 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.Modifier and TypeMethodDescriptionvoid
MutableShortByteMap.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
Modifier and TypeMethodDescriptionImmutableShortByteMapFactoryImpl.ofAll
(ShortByteMap map) ImmutableShortByteMapFactoryImpl.withAll
(ShortByteMap map) -
Uses of ShortByteMap in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
A synchronized view of aMutableShortByteMap
.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Modifier and TypeMethodDescriptionMutableShortByteMapFactoryImpl.ofAll
(ShortByteMap map) void
ShortByteHashMap.putAll
(ShortByteMap map) void
SynchronizedShortByteMap.putAll
(ShortByteMap map) void
UnmodifiableShortByteMap.putAll
(ShortByteMap map) MutableShortByteMapFactoryImpl.withAll
(ShortByteMap map)