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