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