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