-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
boolean |
getBoolean(K key) |
byte |
getByte(K key) |
char |
getChar(K key) |
double |
getDouble(K key) |
float |
getFloat(K key) |
int |
getInt(K key) |
long |
getLong(K key) |
short |
getShort(K key) |
V |
put(byte key,
V v) |
V |
put(char key,
V v) |
V |
put(double key,
V v) |
V |
put(float key,
V v) |
V |
put(int key,
V v) |
boolean |
put(K key,
boolean i) |
byte |
put(K key,
byte i) |
char |
put(K key,
char i) |
double |
put(K key,
double i) |
float |
put(K key,
float i) |
int |
put(K key,
int i) |
long |
put(K key,
long i) |
short |
put(K key,
short i) |
V |
put(long key,
V v) |
V |
put(short key,
V v) |
-
Methods inherited from class java.util.concurrent.ConcurrentHashMap
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values
-
-
Constructor Detail
-
JavaUtilMap
public JavaUtilMap()
Copyright © 2015. All Rights Reserved.