- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.concurrent.ConcurrentHashMap<K,V>
-
- org.boon.datarepo.impl.maps.JavaUtilMap<K,V>
-
- All Implemented Interfaces:
- java.io.Serializable, java.util.concurrent.ConcurrentMap<K,V>, java.util.Map<K,V>, TypedMap<K,V>
public class JavaUtilMap<K,V>
extends java.util.concurrent.ConcurrentHashMap<K,V>
implements TypedMap<K,V>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
-
Nested classes/interfaces inherited from interface java.util.Map
java.util.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
-
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
equals, hashCode
-
-
Constructor Detail
-
JavaUtilMap
public JavaUtilMap()
Copyright © 2014. All Rights Reserved.