public class BusinessKeyTreeMap<K,V extends IBusinessKey<K>> extends java.util.TreeMap<K,V> implements IBusinessKeyMap<K,V>
| Constructor and Description |
|---|
BusinessKeyTreeMap() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<V> |
iterator() |
static <K,V extends IBusinessKey<K>> |
newMap() |
static <K,V extends IBusinessKey<K>> |
newMap(java.lang.Class<V> cls) |
static <K,V extends IBusinessKey<K>> |
newMap(java.lang.Iterable<V> c) |
V |
put(V v) |
void |
putAll(java.lang.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, valuespublic static <K,V extends IBusinessKey<K>> BusinessKeyTreeMap<K,V> newMap(java.lang.Class<V> cls)
public static <K,V extends IBusinessKey<K>> BusinessKeyTreeMap<K,V> newMap(java.lang.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(java.lang.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>>public java.util.Iterator<V> iterator()
iterator in interface java.lang.Iterable<V extends IBusinessKey<K>>Copyright © 2015 Molindo GmbH. All Rights Reserved.