Uses of Interface
org.eclipse.collections.api.map.primitive.ShortByteMap
-
Packages that use ShortByteMap Package Description org.eclipse.collections.api.factory.map.primitive 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. -
-
Uses of ShortByteMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type ShortByteMap Modifier and Type Method Description ImmutableShortByteMapImmutableShortByteMapFactory. ofAll(ShortByteMap map)MutableShortByteMapMutableShortByteMapFactory. ofAll(ShortByteMap map)ImmutableShortByteMapImmutableShortByteMapFactory. withAll(ShortByteMap map)MutableShortByteMapMutableShortByteMapFactory. withAll(ShortByteMap map) -
Uses of ShortByteMap in org.eclipse.collections.api.map.primitive
Subinterfaces of ShortByteMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interfaceImmutableShortByteMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceMutableShortByteMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return ShortByteMap Modifier and Type Method Description ShortByteMapByteShortMap. flipUniqueValues()Return the ShortByteMap that is obtained by flipping the direction of this map and making the associations from value to key.ShortByteMapShortByteMap. reject(ShortBytePredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ShortByteMapShortByteMap. 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 ShortByteMap Modifier and Type Method Description voidMutableShortByteMap. putAll(ShortByteMap map)Puts all of the key/value mappings from the specified map into this map.
-