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