| 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 |
|---|---|
double |
MutableByteDoubleMap.getIfAbsentPut(byte key,
DoubleFunction0 function) |
double |
MutableCharDoubleMap.getIfAbsentPut(char key,
DoubleFunction0 function) |
double |
MutableDoubleDoubleMap.getIfAbsentPut(double key,
DoubleFunction0 function) |
double |
MutableFloatDoubleMap.getIfAbsentPut(float key,
DoubleFunction0 function) |
double |
MutableIntDoubleMap.getIfAbsentPut(int key,
DoubleFunction0 function) |
double |
MutableObjectDoubleMap.getIfAbsentPut(K key,
DoubleFunction0 function) |
double |
MutableLongDoubleMap.getIfAbsentPut(long key,
DoubleFunction0 function) |
double |
MutableShortDoubleMap.getIfAbsentPut(short key,
DoubleFunction0 function) |
Copyright © 2004–2017. All rights reserved.