static <K> ObjectCharHashMapWithHashingStrategy<K> |
ObjectCharHashMapWithHashingStrategy.newMap(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy) |
static <K> ObjectCharHashMapWithHashingStrategy<K> |
ObjectCharHashMapWithHashingStrategy.newMap(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
com.gs.collections.api.map.primitive.ObjectCharMap<K> map) |
static <K> ObjectCharHashMapWithHashingStrategy<K> |
ObjectCharHashMapWithHashingStrategy.newMap(ObjectCharHashMapWithHashingStrategy<K> map) |
static <K> ObjectCharHashMapWithHashingStrategy<K> |
ObjectCharHashMapWithHashingStrategy.newWithKeysValues(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
char value1) |
static <K> ObjectCharHashMapWithHashingStrategy<K> |
ObjectCharHashMapWithHashingStrategy.newWithKeysValues(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
char value1,
K key2,
char value2) |
static <K> ObjectCharHashMapWithHashingStrategy<K> |
ObjectCharHashMapWithHashingStrategy.newWithKeysValues(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
char value1,
K key2,
char value2,
K key3,
char value3) |
static <K> ObjectCharHashMapWithHashingStrategy<K> |
ObjectCharHashMapWithHashingStrategy.newWithKeysValues(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
char value1,
K key2,
char value2,
K key3,
char value3,
K key4,
char value4) |
ObjectCharHashMapWithHashingStrategy<K> |
ObjectCharHashMapWithHashingStrategy.reject(com.gs.collections.api.block.predicate.primitive.ObjectCharPredicate<? super K> predicate) |
ObjectCharHashMapWithHashingStrategy<K> |
ObjectCharHashMapWithHashingStrategy.select(com.gs.collections.api.block.predicate.primitive.ObjectCharPredicate<? super K> predicate) |
ObjectCharHashMapWithHashingStrategy<K> |
ObjectCharHashMapWithHashingStrategy.withKeysValues(K key1,
char value1,
K key2,
char value2) |
ObjectCharHashMapWithHashingStrategy<K> |
ObjectCharHashMapWithHashingStrategy.withKeysValues(K key1,
char value1,
K key2,
char value2,
K key3,
char value3) |
ObjectCharHashMapWithHashingStrategy<K> |
ObjectCharHashMapWithHashingStrategy.withKeysValues(K key1,
char value1,
K key2,
char value2,
K key3,
char value3,
K key4,
char value4) |
ObjectCharHashMapWithHashingStrategy<K> |
ObjectCharHashMapWithHashingStrategy.withKeyValue(K key1,
char value1) |
ObjectCharHashMapWithHashingStrategy<K> |
ObjectCharHashMapWithHashingStrategy.withoutAllKeys(java.lang.Iterable<? extends K> keys) |
ObjectCharHashMapWithHashingStrategy<K> |
ObjectCharHashMapWithHashingStrategy.withoutKey(K key) |