Package | Description |
---|---|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
Modifier and Type | Method and Description |
---|---|
static ShortByteHashMap |
ShortByteHashMap.newWithKeysValues(short key1,
byte value1) |
static ShortByteHashMap |
ShortByteHashMap.newWithKeysValues(short key1,
byte value1,
short key2,
byte value2) |
static ShortByteHashMap |
ShortByteHashMap.newWithKeysValues(short key1,
byte value1,
short key2,
byte value2,
short key3,
byte value3) |
static ShortByteHashMap |
ShortByteHashMap.newWithKeysValues(short key1,
byte value1,
short key2,
byte value2,
short key3,
byte value3,
short key4,
byte value4) |
ShortByteHashMap |
ShortByteHashMap.reject(ShortBytePredicate predicate) |
ShortByteHashMap |
ShortByteHashMap.select(ShortBytePredicate predicate) |
ShortByteHashMap |
ShortByteHashMap.withKeysValues(short key1,
byte value1,
short key2,
byte value2) |
ShortByteHashMap |
ShortByteHashMap.withKeysValues(short key1,
byte value1,
short key2,
byte value2,
short key3,
byte value3) |
ShortByteHashMap |
ShortByteHashMap.withKeysValues(short key1,
byte value1,
short key2,
byte value2,
short key3,
byte value3,
short key4,
byte value4) |
ShortByteHashMap |
ShortByteHashMap.withKeyValue(short key1,
byte value1) |
ShortByteHashMap |
ShortByteHashMap.withoutAllKeys(ShortIterable keys) |
ShortByteHashMap |
ShortByteHashMap.withoutKey(short key) |
Copyright © 2004–2016. All rights reserved.