sdr 0.7

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

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

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

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


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 List<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

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

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian