Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMap
-
Packages that use IntBooleanHashMap 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 IntBooleanHashMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return IntBooleanHashMap Modifier and Type Method Description static IntBooleanHashMapIntBooleanHashMap. newWithKeysValues(int key1, boolean value1)static IntBooleanHashMapIntBooleanHashMap. newWithKeysValues(int key1, boolean value1, int key2, boolean value2)static IntBooleanHashMapIntBooleanHashMap. newWithKeysValues(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3)static IntBooleanHashMapIntBooleanHashMap. newWithKeysValues(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4)IntBooleanHashMapIntBooleanHashMap. reject(IntBooleanPredicate predicate)IntBooleanHashMapIntBooleanHashMap. select(IntBooleanPredicate predicate)IntBooleanHashMapIntBooleanHashMap. withKeysValues(int key1, boolean value1, int key2, boolean value2)IntBooleanHashMapIntBooleanHashMap. withKeysValues(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3)IntBooleanHashMapIntBooleanHashMap. withKeysValues(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4)IntBooleanHashMapIntBooleanHashMap. withKeyValue(int key1, boolean value1)IntBooleanHashMapIntBooleanHashMap. withoutAllKeys(IntIterable keys)IntBooleanHashMapIntBooleanHashMap. withoutKey(int key)
-