| 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 and Description | 
|---|---|
| byte | MutableByteByteMap. getIfAbsentPut(byte key,
              ByteFunction0 function) | 
| byte | MutableCharByteMap. getIfAbsentPut(char key,
              ByteFunction0 function) | 
| byte | MutableDoubleByteMap. getIfAbsentPut(double key,
              ByteFunction0 function) | 
| byte | MutableFloatByteMap. getIfAbsentPut(float key,
              ByteFunction0 function) | 
| byte | MutableIntByteMap. getIfAbsentPut(int key,
              ByteFunction0 function) | 
| byte | MutableObjectByteMap. getIfAbsentPut(K key,
              ByteFunction0 function) | 
| byte | MutableLongByteMap. getIfAbsentPut(long key,
              ByteFunction0 function) | 
| byte | MutableShortByteMap. getIfAbsentPut(short key,
              ByteFunction0 function) | 
| Modifier and Type | Method and Description | 
|---|---|
| byte | ByteByteHashMap. getIfAbsentPut(byte key,
              ByteFunction0 function) | 
| byte | UnmodifiableByteByteMap. getIfAbsentPut(byte key,
              ByteFunction0 function) | 
| byte | SynchronizedByteByteMap. getIfAbsentPut(byte key,
              ByteFunction0 function) | 
| byte | CharByteHashMap. getIfAbsentPut(char key,
              ByteFunction0 function) | 
| byte | UnmodifiableCharByteMap. getIfAbsentPut(char key,
              ByteFunction0 function) | 
| byte | SynchronizedCharByteMap. getIfAbsentPut(char key,
              ByteFunction0 function) | 
| byte | SynchronizedDoubleByteMap. getIfAbsentPut(double key,
              ByteFunction0 function) | 
| byte | DoubleByteHashMap. getIfAbsentPut(double key,
              ByteFunction0 function) | 
| byte | UnmodifiableDoubleByteMap. getIfAbsentPut(double key,
              ByteFunction0 function) | 
| byte | SynchronizedFloatByteMap. getIfAbsentPut(float key,
              ByteFunction0 function) | 
| byte | UnmodifiableFloatByteMap. getIfAbsentPut(float key,
              ByteFunction0 function) | 
| byte | FloatByteHashMap. getIfAbsentPut(float key,
              ByteFunction0 function) | 
| byte | SynchronizedIntByteMap. getIfAbsentPut(int key,
              ByteFunction0 function) | 
| byte | UnmodifiableIntByteMap. getIfAbsentPut(int key,
              ByteFunction0 function) | 
| byte | IntByteHashMap. getIfAbsentPut(int key,
              ByteFunction0 function) | 
| byte | ObjectByteHashMapWithHashingStrategy. getIfAbsentPut(K key,
              ByteFunction0 function) | 
| byte | SynchronizedObjectByteMap. getIfAbsentPut(K key,
              ByteFunction0 function) | 
| byte | UnmodifiableObjectByteMap. getIfAbsentPut(K key,
              ByteFunction0 function) | 
| byte | ObjectByteHashMap. getIfAbsentPut(K key,
              ByteFunction0 function) | 
| byte | SynchronizedLongByteMap. getIfAbsentPut(long key,
              ByteFunction0 function) | 
| byte | LongByteHashMap. getIfAbsentPut(long key,
              ByteFunction0 function) | 
| byte | UnmodifiableLongByteMap. getIfAbsentPut(long key,
              ByteFunction0 function) | 
| byte | ShortByteHashMap. getIfAbsentPut(short key,
              ByteFunction0 function) | 
| byte | SynchronizedShortByteMap. getIfAbsentPut(short key,
              ByteFunction0 function) | 
| byte | UnmodifiableShortByteMap. getIfAbsentPut(short key,
              ByteFunction0 function) | 
Copyright © 2004–2016. All rights reserved.