Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap
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 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)