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.
|
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 | 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 |
MutableLongShortMap.getIfAbsentPut(long key,
ShortFunction0 function) |
|
short |
MutableObjectShortMap.getIfAbsentPut(K key,
ShortFunction0 function) |
|
short |
MutableShortShortMap.getIfAbsentPut(short key,
ShortFunction0 function) |
Modifier and Type | Method | Description |
---|---|---|
short |
ByteShortHashMap.getIfAbsentPut(byte key,
ShortFunction0 function) |
|
short |
CharShortHashMap.getIfAbsentPut(char key,
ShortFunction0 function) |
|
short |
DoubleShortHashMap.getIfAbsentPut(double key,
ShortFunction0 function) |
|
short |
FloatShortHashMap.getIfAbsentPut(float key,
ShortFunction0 function) |
|
short |
IntShortHashMap.getIfAbsentPut(int key,
ShortFunction0 function) |
|
short |
LongShortHashMap.getIfAbsentPut(long key,
ShortFunction0 function) |
|
short |
ObjectShortHashMap.getIfAbsentPut(K key,
ShortFunction0 function) |
|
short |
ObjectShortHashMapWithHashingStrategy.getIfAbsentPut(K key,
ShortFunction0 function) |
|
short |
ShortShortHashMap.getIfAbsentPut(short key,
ShortFunction0 function) |
|
short |
SynchronizedByteShortMap.getIfAbsentPut(byte key,
ShortFunction0 function) |
|
short |
SynchronizedCharShortMap.getIfAbsentPut(char key,
ShortFunction0 function) |
|
short |
SynchronizedDoubleShortMap.getIfAbsentPut(double key,
ShortFunction0 function) |
|
short |
SynchronizedFloatShortMap.getIfAbsentPut(float key,
ShortFunction0 function) |
|
short |
SynchronizedIntShortMap.getIfAbsentPut(int key,
ShortFunction0 function) |
|
short |
SynchronizedLongShortMap.getIfAbsentPut(long key,
ShortFunction0 function) |
|
short |
SynchronizedObjectShortMap.getIfAbsentPut(K key,
ShortFunction0 function) |
|
short |
SynchronizedShortShortMap.getIfAbsentPut(short key,
ShortFunction0 function) |
|
short |
UnmodifiableByteShortMap.getIfAbsentPut(byte key,
ShortFunction0 function) |
|
short |
UnmodifiableCharShortMap.getIfAbsentPut(char key,
ShortFunction0 function) |
|
short |
UnmodifiableDoubleShortMap.getIfAbsentPut(double key,
ShortFunction0 function) |
|
short |
UnmodifiableFloatShortMap.getIfAbsentPut(float key,
ShortFunction0 function) |
|
short |
UnmodifiableIntShortMap.getIfAbsentPut(int key,
ShortFunction0 function) |
|
short |
UnmodifiableLongShortMap.getIfAbsentPut(long key,
ShortFunction0 function) |
|
short |
UnmodifiableObjectShortMap.getIfAbsentPut(K key,
ShortFunction0 function) |
|
short |
UnmodifiableShortShortMap.getIfAbsentPut(short key,
ShortFunction0 function) |
Copyright © 2004–2017. All rights reserved.