|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectisql.util.MapOfListHelp
public class MapOfListHelp
Helper for maps of lists
A map of list is a map of type:
map
Constructor Summary | |
---|---|
MapOfListHelp()
|
Method Summary | ||
---|---|---|
static
|
put(java.util.Map<K,java.util.List<V>> mapOfLists,
K key,
V value)
Adds a value to the map of lists |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapOfListHelp()
Method Detail |
---|
public static <K,V> void put(java.util.Map<K,java.util.List<V>> mapOfLists, K key, V value)
K
- the key typeV
- the value typemapOfLists
- the map of listskey
- the key to add the value forvalue
- the value to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |