Пример #1
0
 @Override
 public QueryParams copy() {
   QueryParams qp = new QueryParams();
   qp.putAll(this);
   return qp;
 }