| 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 |
|---|---|
short |
MutableByteShortMap.getIfAbsentPut(byte key,
ShortFunction0 function) |
short |
MutableCharShortMap.getIfAbsentPut(char key,
ShortFunction0 function) |
short |
MutableDoubleShortMap.getIfAbsentPut(double key,
ShortFunction0 function) |
short |
MutableFloatShortMap.getIfAbsentPut(float key,
ShortFunction0 function) |
short |
MutableIntShortMap.getIfAbsentPut(int key,
ShortFunction0 function) |
short |
MutableObjectShortMap.getIfAbsentPut(K key,
ShortFunction0 function) |
short |
MutableLongShortMap.getIfAbsentPut(long key,
ShortFunction0 function) |
short |
MutableShortShortMap.getIfAbsentPut(short key,
ShortFunction0 function) |
Copyright © 2004–2017. All rights reserved.