sdr 0.7

net.cscott.sdr.util
Interface Tools.SetMultiMap<K,V>

All Superinterfaces:
Map<K,V>, MultiMap<K,V>
Enclosing class:
Tools

public static interface Tools.SetMultiMap<K,V>
extends MultiMap<K,V>

An instance of a MultiMap where the contained collections are Sets.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 Set<V> getValues(K key)
           
 
Methods inherited from interface net.cscott.jutil.MultiMap
add, addAll, addAll, contains, entrySet, get, put, putAll, remove, remove, removeAll, retainAll, size
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, values
 

Method Detail

getValues

Set<V> getValues(K key)
Specified by:
getValues in interface MultiMap<K,V>

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian