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