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