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 | Description |
---|---|---|
static IntCharHashMap |
IntCharHashMap.newWithKeysValues(int key1,
char value1) |
|
static IntCharHashMap |
IntCharHashMap.newWithKeysValues(int key1,
char value1,
int key2,
char value2) |
|
static IntCharHashMap |
IntCharHashMap.newWithKeysValues(int key1,
char value1,
int key2,
char value2,
int key3,
char value3) |
|
static IntCharHashMap |
IntCharHashMap.newWithKeysValues(int key1,
char value1,
int key2,
char value2,
int key3,
char value3,
int key4,
char value4) |
|
IntCharHashMap |
IntCharHashMap.reject(IntCharPredicate predicate) |
|
IntCharHashMap |
IntCharHashMap.select(IntCharPredicate predicate) |
|
IntCharHashMap |
IntCharHashMap.withKeysValues(int key1,
char value1,
int key2,
char value2) |
|
IntCharHashMap |
IntCharHashMap.withKeysValues(int key1,
char value1,
int key2,
char value2,
int key3,
char value3) |
|
IntCharHashMap |
IntCharHashMap.withKeysValues(int key1,
char value1,
int key2,
char value2,
int key3,
char value3,
int key4,
char value4) |
|
IntCharHashMap |
IntCharHashMap.withKeyValue(int key1,
char value1) |
|
IntCharHashMap |
IntCharHashMap.withoutAllKeys(IntIterable keys) |
|
IntCharHashMap |
IntCharHashMap.withoutKey(int key) |
Copyright © 2004–2020. All rights reserved.