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.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.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 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. -
Uses of ShortByteMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ShortByteMap Modifier and Type Class Description (package private) classImmutableShortByteEmptyMapImmutableShortByteEmptyMap is an optimization forImmutableShortByteMapof size 0.(package private) classImmutableShortByteHashMapImmutableShortByteHashMap is the non-modifiable equivalent ofShortByteHashMap.(package private) classImmutableShortByteSingletonMapImmutableShortByteSingletonMap is an optimization forImmutableShortByteMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ShortByteMap Modifier and Type Field Description private ShortByteMapImmutableShortByteHashMap.ImmutableShortByteMapSerializationProxy. mapMethods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortByteMap Modifier and Type Method Description ImmutableShortByteMapImmutableShortByteMapFactoryImpl. ofAll(ShortByteMap map)ImmutableShortByteMapImmutableShortByteMapFactoryImpl. withAll(ShortByteMap map)Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortByteMap Constructor Description ImmutableShortByteHashMap(ShortByteMap delegate)ImmutableShortByteMapSerializationProxy(ShortByteMap map) -
Uses of ShortByteMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ShortByteMap Modifier and Type Class Description classShortByteHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedShortByteMapA synchronized view of aMutableShortByteMap.classUnmodifiableShortByteMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortByteMap Modifier and Type Method Description MutableShortByteMapMutableShortByteMapFactoryImpl. ofAll(ShortByteMap map)voidShortByteHashMap. putAll(ShortByteMap map)voidSynchronizedShortByteMap. putAll(ShortByteMap map)voidUnmodifiableShortByteMap. putAll(ShortByteMap map)MutableShortByteMapMutableShortByteMapFactoryImpl. withAll(ShortByteMap map)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortByteMap Constructor Description ShortByteHashMap(ShortByteMap map)
-