static <K> ObjectLongHashMapWithHashingStrategy<K> |
ObjectLongHashMapWithHashingStrategy.newMap(HashingStrategy<? super K> hashingStrategy) |
|
static <K> ObjectLongHashMapWithHashingStrategy<K> |
ObjectLongHashMapWithHashingStrategy.newMap(HashingStrategy<? super K> hashingStrategy,
ObjectLongMap<K> map) |
|
static <K> ObjectLongHashMapWithHashingStrategy<K> |
ObjectLongHashMapWithHashingStrategy.newMap(ObjectLongHashMapWithHashingStrategy<K> map) |
|
static <K> ObjectLongHashMapWithHashingStrategy<K> |
ObjectLongHashMapWithHashingStrategy.newWithKeysValues(HashingStrategy<? super K> hashingStrategy,
K key1,
long value1) |
|
static <K> ObjectLongHashMapWithHashingStrategy<K> |
ObjectLongHashMapWithHashingStrategy.newWithKeysValues(HashingStrategy<? super K> hashingStrategy,
K key1,
long value1,
K key2,
long value2) |
|
static <K> ObjectLongHashMapWithHashingStrategy<K> |
ObjectLongHashMapWithHashingStrategy.newWithKeysValues(HashingStrategy<? super K> hashingStrategy,
K key1,
long value1,
K key2,
long value2,
K key3,
long value3) |
|
static <K> ObjectLongHashMapWithHashingStrategy<K> |
ObjectLongHashMapWithHashingStrategy.newWithKeysValues(HashingStrategy<? super K> hashingStrategy,
K key1,
long value1,
K key2,
long value2,
K key3,
long value3,
K key4,
long value4) |
|
ObjectLongHashMapWithHashingStrategy<K> |
ObjectLongHashMapWithHashingStrategy.reject(ObjectLongPredicate<? super K> predicate) |
|
ObjectLongHashMapWithHashingStrategy<K> |
ObjectLongHashMapWithHashingStrategy.select(ObjectLongPredicate<? super K> predicate) |
|
ObjectLongHashMapWithHashingStrategy<K> |
ObjectLongHashMapWithHashingStrategy.withKeysValues(K key1,
long value1,
K key2,
long value2) |
|
ObjectLongHashMapWithHashingStrategy<K> |
ObjectLongHashMapWithHashingStrategy.withKeysValues(K key1,
long value1,
K key2,
long value2,
K key3,
long value3) |
|
ObjectLongHashMapWithHashingStrategy<K> |
ObjectLongHashMapWithHashingStrategy.withKeysValues(K key1,
long value1,
K key2,
long value2,
K key3,
long value3,
K key4,
long value4) |
|
ObjectLongHashMapWithHashingStrategy<K> |
ObjectLongHashMapWithHashingStrategy.withKeyValue(K key1,
long value1) |
|
ObjectLongHashMapWithHashingStrategy<K> |
ObjectLongHashMapWithHashingStrategy.withoutAllKeys(Iterable<? extends K> keys) |
|
ObjectLongHashMapWithHashingStrategy<K> |
ObjectLongHashMapWithHashingStrategy.withoutKey(K key) |
|