Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap
Packages that use IntIntHashMap
Package
Description
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of IntIntHashMap in org.eclipse.collections.impl.bag.mutable.primitive
Fields in org.eclipse.collections.impl.bag.mutable.primitive declared as IntIntHashMap -
Uses of IntIntHashMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return IntIntHashMapModifier and TypeMethodDescriptionstatic IntIntHashMap
IntIntHashMap.newWithKeysValues
(int key1, int value1) static IntIntHashMap
IntIntHashMap.newWithKeysValues
(int key1, int value1, int key2, int value2) static IntIntHashMap
IntIntHashMap.newWithKeysValues
(int key1, int value1, int key2, int value2, int key3, int value3) static IntIntHashMap
IntIntHashMap.newWithKeysValues
(int key1, int value1, int key2, int value2, int key3, int value3, int key4, int value4) IntIntHashMap.reject
(IntIntPredicate predicate) IntIntHashMap.select
(IntIntPredicate predicate) IntIntHashMap.withKeysValues
(int key1, int value1, int key2, int value2) IntIntHashMap.withKeysValues
(int key1, int value1, int key2, int value2, int key3, int value3) IntIntHashMap.withKeysValues
(int key1, int value1, int key2, int value2, int key3, int value3, int key4, int value4) IntIntHashMap.withKeyValue
(int key1, int value1) IntIntHashMap.withoutAllKeys
(IntIterable keys) IntIntHashMap.withoutKey
(int key)