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