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