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