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