| 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 |
|---|---|
char |
MutableByteCharMap.getIfAbsentPut(byte key,
CharFunction0 function) |
char |
MutableCharCharMap.getIfAbsentPut(char key,
CharFunction0 function) |
char |
MutableDoubleCharMap.getIfAbsentPut(double key,
CharFunction0 function) |
char |
MutableFloatCharMap.getIfAbsentPut(float key,
CharFunction0 function) |
char |
MutableIntCharMap.getIfAbsentPut(int key,
CharFunction0 function) |
char |
MutableObjectCharMap.getIfAbsentPut(K key,
CharFunction0 function) |
char |
MutableLongCharMap.getIfAbsentPut(long key,
CharFunction0 function) |
char |
MutableShortCharMap.getIfAbsentPut(short key,
CharFunction0 function) |
Copyright © 2004–2017. All rights reserved.