Uses of Interface
com.senn.magic.collections.ChainableMap

Packages that use ChainableMap
com.senn.magic.collections This package contains collection classes. 
 

Uses of ChainableMap in com.senn.magic.collections
 

Classes in com.senn.magic.collections that implement ChainableMap
 class ChainableHashMap<K,V>
          HashMap implementation of ChainableMap
 class ChainableLinkedHashMap<K,V>
          LinkedHashMap implementation of ChainableMap
 class ChainableTreeMap<K,V>
          TreeMap implementation of ChainableMap
 

Methods in com.senn.magic.collections that return ChainableMap
 ChainableMap<K,V> ChainableTreeMap.add(K key, V value)
           
 ChainableMap<K,V> ChainableMap.add(K key, V value)
           
 ChainableMap<K,V> ChainableLinkedHashMap.add(K key, V value)
           
 ChainableMap<K,V> ChainableHashMap.add(K key, V value)
           
 ChainableMap<K,V> ChainableTreeMap.addAll(Map<? extends K,? extends V> m)
           
 ChainableMap<K,V> ChainableMap.addAll(Map<? extends K,? extends V> m)
           
 ChainableMap<K,V> ChainableLinkedHashMap.addAll(Map<? extends K,? extends V> m)
           
 ChainableMap<K,V> ChainableHashMap.addAll(Map<? extends K,? extends V> m)
           
 ChainableMap<K,V> ChainableTreeMap.delete(Object key)
           
 ChainableMap<K,V> ChainableMap.delete(Object key)
           
 ChainableMap<K,V> ChainableLinkedHashMap.delete(Object key)
           
 ChainableMap<K,V> ChainableHashMap.delete(Object key)
           
 ChainableMap<K,V> ChainableTreeMap.empty()
           
 ChainableMap<K,V> ChainableMap.empty()
           
 ChainableMap<K,V> ChainableLinkedHashMap.empty()
           
 ChainableMap<K,V> ChainableHashMap.empty()