| Package | Description |
|---|---|
| org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MutableByteBooleanMap.getIfAbsentPut(byte key,
BooleanFunction0 function) |
boolean |
MutableCharBooleanMap.getIfAbsentPut(char key,
BooleanFunction0 function) |
boolean |
MutableDoubleBooleanMap.getIfAbsentPut(double key,
BooleanFunction0 function) |
boolean |
MutableFloatBooleanMap.getIfAbsentPut(float key,
BooleanFunction0 function) |
boolean |
MutableIntBooleanMap.getIfAbsentPut(int key,
BooleanFunction0 function) |
boolean |
MutableObjectBooleanMap.getIfAbsentPut(K key,
BooleanFunction0 function) |
boolean |
MutableLongBooleanMap.getIfAbsentPut(long key,
BooleanFunction0 function) |
boolean |
MutableShortBooleanMap.getIfAbsentPut(short key,
BooleanFunction0 function) |
Copyright © 2004–2017. All rights reserved.