public void add(byte[] types, String[] fields) {
   for (int i = 0; i < fields.length; ++i) {
     add(types[i], fields[i]);
   }
 }