at.molindo.utils.collections
Interface IBusinessKeyMap<K,V extends IBusinessKey<K>>

All Superinterfaces:
Iterable<V>, Map<K,V>
All Known Implementing Classes:
BusinessKeyHashMap, BusinessKeyTreeMap

public interface IBusinessKeyMap<K,V extends IBusinessKey<K>>
extends Map<K,V>, Iterable<V>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 V put(V v)
           
 void putAll(Iterable<V> c)
           
 IBusinessKeySet<K,V> valueSet()
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

put

V put(V v)

putAll

void putAll(Iterable<V> c)

valueSet

IBusinessKeySet<K,V> valueSet()


Copyright © 2013 Molindo GmbH. All Rights Reserved.