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