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