public class BusinessKeyTreeMap<K,V extends IBusinessKey<K>> extends TreeMap<K,V> implements IBusinessKeyMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BusinessKeyTreeMap() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<V> |
iterator() |
static <K,V extends IBusinessKey<K>> |
newMap() |
static <K,V extends IBusinessKey<K>> |
newMap(Class<V> cls) |
static <K,V extends IBusinessKey<K>> |
newMap(Iterable<V> c) |
V |
put(V v) |
void |
putAll(Iterable<V> c) |
IBusinessKeySet<K,V> |
valueSet() |
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, toStringpublic static <K,V extends IBusinessKey<K>> BusinessKeyTreeMap<K,V> newMap(Class<V> cls)
public static <K,V extends IBusinessKey<K>> BusinessKeyTreeMap<K,V> newMap(Iterable<V> c)
public static <K,V extends IBusinessKey<K>> BusinessKeyTreeMap<K,V> newMap()
public V put(V v)
put in interface IBusinessKeyMap<K,V extends IBusinessKey<K>>public void putAll(Iterable<V> c)
putAll in interface IBusinessKeyMap<K,V extends IBusinessKey<K>>public IBusinessKeySet<K,V> valueSet()
valueSet in interface IBusinessKeyMap<K,V extends IBusinessKey<K>>Copyright © 2014 Molindo GmbH. All Rights Reserved.