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