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