at.molindo.utils.collections
Class BusinessKeyTreeMap<K,V extends IBusinessKey<K>>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.TreeMap<K,V>
          extended by at.molindo.utils.collections.BusinessKeyTreeMap<K,V>
All Implemented Interfaces:
IBusinessKeyMap<K,V>, Serializable, Cloneable, Iterable<V>, Map<K,V>, NavigableMap<K,V>, SortedMap<K,V>

public class BusinessKeyTreeMap<K,V extends IBusinessKey<K>>
extends TreeMap<K,V>
implements IBusinessKeyMap<K,V>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
BusinessKeyTreeMap()
           
 
Method Summary
 Iterator<V> iterator()
           
static
<K,V extends IBusinessKey<K>>
BusinessKeyTreeMap<K,V>
newMap()
           
static
<K,V extends IBusinessKey<K>>
BusinessKeyTreeMap<K,V>
newMap(Class<V> cls)
           
static
<K,V extends IBusinessKey<K>>
BusinessKeyTreeMap<K,V>
newMap(Iterable<V> c)
           
 V put(V v)
           
 void putAll(Iterable<V> c)
           
 IBusinessKeySet<K,V> valueSet()
           
 
Methods inherited from class java.util.TreeMap
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, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

BusinessKeyTreeMap

public BusinessKeyTreeMap()
Method Detail

newMap

public static <K,V extends IBusinessKey<K>> BusinessKeyTreeMap<K,V> newMap(Class<V> cls)

newMap

public static <K,V extends IBusinessKey<K>> BusinessKeyTreeMap<K,V> newMap(Iterable<V> c)

newMap

public static <K,V extends IBusinessKey<K>> BusinessKeyTreeMap<K,V> newMap()

put

public V put(V v)
Specified by:
put in interface IBusinessKeyMap<K,V extends IBusinessKey<K>>

putAll

public void putAll(Iterable<V> c)
Specified by:
putAll in interface IBusinessKeyMap<K,V extends IBusinessKey<K>>

valueSet

public IBusinessKeySet<K,V> valueSet()
Specified by:
valueSet in interface IBusinessKeyMap<K,V extends IBusinessKey<K>>

iterator

public Iterator<V> iterator()
Specified by:
iterator in interface Iterable<V extends IBusinessKey<K>>


Copyright © 2013 Molindo GmbH. All Rights Reserved.