Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMap
-
Packages that use ShortObjectHashMap Package Description 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 ShortObjectHashMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ShortObjectHashMap Modifier and Type Method Description static <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<V>ShortObjectHashMap. reject(ShortObjectPredicate<? super V> predicate)ShortObjectHashMap<V>ShortObjectHashMap. select(ShortObjectPredicate<? super V> predicate)ShortObjectHashMap<V>ShortObjectHashMap. tap(Procedure<? super V> procedure)ShortObjectHashMap<V>ShortObjectHashMap. withKeysValues(short key1, V value1, short key2, V value2)ShortObjectHashMap<V>ShortObjectHashMap. withKeysValues(short key1, V value1, short key2, V value2, short key3, V value3)ShortObjectHashMap<V>ShortObjectHashMap. withKeysValues(short key1, V value1, short key2, V value2, short key3, V value3, short key4, V value4)ShortObjectHashMap<V>ShortObjectHashMap. withKeyValue(short key, V value)
-