Пример #1
0
 public void union(PropertyBag bag) {
   for (Map.Entry<Integer, Value<?>> entry : bag.getValueMap().entrySet()) {
     this.put(entry.getKey(), entry.getValue().getValue());
   }
 }