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 ShortCharHashMap |
ShortCharHashMap.newWithKeysValues(short key1,
char value1) |
static ShortCharHashMap |
ShortCharHashMap.newWithKeysValues(short key1,
char value1,
short key2,
char value2) |
static ShortCharHashMap |
ShortCharHashMap.newWithKeysValues(short key1,
char value1,
short key2,
char value2,
short key3,
char value3) |
static ShortCharHashMap |
ShortCharHashMap.newWithKeysValues(short key1,
char value1,
short key2,
char value2,
short key3,
char value3,
short key4,
char value4) |
ShortCharHashMap |
ShortCharHashMap.reject(ShortCharPredicate predicate) |
ShortCharHashMap |
ShortCharHashMap.select(ShortCharPredicate predicate) |
ShortCharHashMap |
ShortCharHashMap.withKeysValues(short key1,
char value1,
short key2,
char value2) |
ShortCharHashMap |
ShortCharHashMap.withKeysValues(short key1,
char value1,
short key2,
char value2,
short key3,
char value3) |
ShortCharHashMap |
ShortCharHashMap.withKeysValues(short key1,
char value1,
short key2,
char value2,
short key3,
char value3,
short key4,
char value4) |
ShortCharHashMap |
ShortCharHashMap.withKeyValue(short key1,
char value1) |
ShortCharHashMap |
ShortCharHashMap.withoutAllKeys(ShortIterable keys) |
ShortCharHashMap |
ShortCharHashMap.withoutKey(short key) |
Copyright © 2004–2016. All rights reserved.