Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap
-
Packages that use IntIntHashMap Package Description org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.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 IntIntHashMap in org.eclipse.collections.impl.bag.mutable.primitive
Fields in org.eclipse.collections.impl.bag.mutable.primitive declared as IntIntHashMap Modifier and Type Field Description private IntIntHashMap
IntHashBag. items
-
Uses of IntIntHashMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return IntIntHashMap Modifier and Type Method Description static 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
IntIntHashMap. reject(IntIntPredicate predicate)
IntIntHashMap
IntIntHashMap. select(IntIntPredicate predicate)
IntIntHashMap
IntIntHashMap. withKeysValues(int key1, int value1, int key2, int value2)
IntIntHashMap
IntIntHashMap. withKeysValues(int key1, int value1, int key2, int value2, int key3, int value3)
IntIntHashMap
IntIntHashMap. withKeysValues(int key1, int value1, int key2, int value2, int key3, int value3, int key4, int value4)
IntIntHashMap
IntIntHashMap. withKeyValue(int key1, int value1)
IntIntHashMap
IntIntHashMap. withoutAllKeys(IntIterable keys)
IntIntHashMap
IntIntHashMap. withoutKey(int key)
-