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