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