public class MultiMapKeyToList<S,T> extends Object
MultiMapKeyToList()
Set<Map.Entry<S,List<T>>>
entrySet()
List<T>
get(S key)
Map<S,List<T>>
getRawMap()
boolean
isEmpty()
void
put(S key, T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MultiMapKeyToList()
public void put(S key, T value)
public List<T> get(S key)
public Set<Map.Entry<S,List<T>>> entrySet()
public Map<S,List<T>> getRawMap()
public boolean isEmpty()
Copyright © 2016. All rights reserved.