|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.pnpconsult.zeiterfassung.util.MapUtils
| Method Summary | |
static void |
putMulti(java.util.Map map,
java.lang.Object key,
java.lang.Object value,
java.lang.Class clazz)
Puts the value into a Collection identified by key.
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void putMulti(java.util.Map map,
java.lang.Object key,
java.lang.Object value,
java.lang.Class clazz)
Collection identified by key.
If the key contains no value, a new Collection is
created, using the given clazz.
map - The Map, to put the value into.key - The key, to get the Collection.value - The value, to put into the Collection.clazz - The Class of the Collection if it does
not exist yet.
java.lang.IllegalArgumentException - If an error occurs, such as:
Class is not a Collection.
Class is not accessible.
Collection.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||