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