Ejemplo n.º 1
0
 @Override
 public void merge(Configuration other) {
   merge(other.asMap());
 }
Ejemplo n.º 2
0
 /** Create a configuration by copying options from another configuration. */
 public MapBackedConfiguration(Configuration other) {
   this(other.asMap());
 }