org.fusesource.common.util
Class Maps

java.lang.Object
  extended by org.fusesource.common.util.Maps

public class Maps
extends java.lang.Object

Some helper methods for working with maps


Constructor Summary
Maps()
           
 
Method Summary
static
<K,V> void
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

Maps

public Maps()
Method Detail

putAll

public static <K,V> void 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



Copyright © 2014 Red Hat. All Rights Reserved.