|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fusesource.common.util.Maps
public class Maps
Some helper methods for working with maps
| Constructor Summary | |
|---|---|
Maps()
|
|
| Method Summary | ||
|---|---|---|
static
|
putAll(java.util.Map<K,V> output,
java.util.Map<K,V> input,
K... keys)
Copies the entries for the given keys form the input map to the output map |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Maps()
| Method Detail |
|---|
public static <K,V> void putAll(java.util.Map<K,V> output,
java.util.Map<K,V> input,
K... keys)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||