Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMap
Packages that use ObjectShortHashMap
Package
Description
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ObjectShortHashMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ObjectShortHashMapModifier and TypeMethodDescriptionstatic <K> ObjectShortHashMap<K>
ObjectShortHashMap.newMap()
static <K> ObjectShortHashMap<K>
ObjectShortHashMap.newWithKeysValues
(K key1, short value1) static <K> ObjectShortHashMap<K>
ObjectShortHashMap.newWithKeysValues
(K key1, short value1, K key2, short value2) static <K> ObjectShortHashMap<K>
ObjectShortHashMap.newWithKeysValues
(K key1, short value1, K key2, short value2, K key3, short value3) static <K> ObjectShortHashMap<K>
ObjectShortHashMap.newWithKeysValues
(K key1, short value1, K key2, short value2, K key3, short value3, K key4, short value4) ObjectShortHashMap.reject
(ObjectShortPredicate<? super K> predicate) ObjectShortHashMap.select
(ObjectShortPredicate<? super K> predicate) ObjectShortHashMap.withKeysValues
(K key1, short value1, K key2, short value2) ObjectShortHashMap.withKeysValues
(K key1, short value1, K key2, short value2, K key3, short value3) ObjectShortHashMap.withKeysValues
(K key1, short value1, K key2, short value2, K key3, short value3, K key4, short value4) ObjectShortHashMap.withKeyValue
(K key1, short value1) ObjectShortHashMap.withoutAllKeys
(Iterable<? extends K> keys) ObjectShortHashMap.withoutKey
(K key)