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