| 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 IntLongHashMap |
IntLongHashMap.newWithKeysValues(int key1,
long value1) |
static IntLongHashMap |
IntLongHashMap.newWithKeysValues(int key1,
long value1,
int key2,
long value2) |
static IntLongHashMap |
IntLongHashMap.newWithKeysValues(int key1,
long value1,
int key2,
long value2,
int key3,
long value3) |
static IntLongHashMap |
IntLongHashMap.newWithKeysValues(int key1,
long value1,
int key2,
long value2,
int key3,
long value3,
int key4,
long value4) |
IntLongHashMap |
IntLongHashMap.reject(org.eclipse.collections.api.block.predicate.primitive.IntLongPredicate predicate) |
IntLongHashMap |
IntLongHashMap.select(org.eclipse.collections.api.block.predicate.primitive.IntLongPredicate predicate) |
IntLongHashMap |
IntLongHashMap.withKeysValues(int key1,
long value1,
int key2,
long value2) |
IntLongHashMap |
IntLongHashMap.withKeysValues(int key1,
long value1,
int key2,
long value2,
int key3,
long value3) |
IntLongHashMap |
IntLongHashMap.withKeysValues(int key1,
long value1,
int key2,
long value2,
int key3,
long value3,
int key4,
long value4) |
IntLongHashMap |
IntLongHashMap.withKeyValue(int key1,
long value1) |
IntLongHashMap |
IntLongHashMap.withoutAllKeys(org.eclipse.collections.api.IntIterable keys) |
IntLongHashMap |
IntLongHashMap.withoutKey(int key) |
Copyright © 2004–2018. All rights reserved.