Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMap
Packages that use ShortObjectHashMap
Package
Description
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ShortObjectHashMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ShortObjectHashMapModifier and TypeMethodDescriptionstatic <V> ShortObjectHashMap<V>ShortObjectHashMap.newMap()static <V> ShortObjectHashMap<V>ShortObjectHashMap.newMap(ShortObjectMap<? extends V> map) static <V> ShortObjectHashMap<V>ShortObjectHashMap.newWithKeysValues(short key, V value) static <V> ShortObjectHashMap<V>ShortObjectHashMap.newWithKeysValues(short key1, V value1, short key2, V value2) static <V> ShortObjectHashMap<V>ShortObjectHashMap.newWithKeysValues(short key1, V value1, short key2, V value2, short key3, V value3) static <V> ShortObjectHashMap<V>ShortObjectHashMap.newWithKeysValues(short key1, V value1, short key2, V value2, short key3, V value3, short key4, V value4) ShortObjectHashMap.reject(ShortObjectPredicate<? super V> predicate) ShortObjectHashMap.select(ShortObjectPredicate<? super V> predicate) ShortObjectHashMap.withKeysValues(short key1, V value1, short key2, V value2) ShortObjectHashMap.withKeysValues(short key1, V value1, short key2, V value2, short key3, V value3) ShortObjectHashMap.withKeysValues(short key1, V value1, short key2, V value2, short key3, V value3, short key4, V value4) ShortObjectHashMap.withKeyValue(short key, V value)