- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.concurrent.ConcurrentSkipListMap<K,V>
-
- org.boon.datarepo.impl.maps.JavaUtilNavigableMap<K,V>
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.concurrent.ConcurrentMap<K,V>, java.util.concurrent.ConcurrentNavigableMap<K,V>, java.util.Map<K,V>, java.util.NavigableMap<K,V>, java.util.SortedMap<K,V>, TypedMap<K,V>
public class JavaUtilNavigableMap<K,V>
extends java.util.concurrent.ConcurrentSkipListMap<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.ConcurrentSkipListMap
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, equals, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, isEmpty, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putIfAbsent, remove, remove, replace, replace, size, subMap, subMap, tailMap, tailMap, values
-
Methods inherited from class java.util.AbstractMap
hashCode, putAll, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
hashCode, putAll
Copyright © 2014. All Rights Reserved.