Exemplo n.º 1
0
 public Builder addAll(ProjectionMap map) {
   for (Entry<String, String> entry : map.entrySet()) {
     mMap.putColumn(entry.getKey(), entry.getValue());
   }
   return this;
 }