| tupRecord.set(1, 1002L);
map.put("boy", "girl");
map.put("adam", "amy");
map.put("bob", "becky");
map.put("carl", "cathy");
bagColl.clear();
TypesUtils.resetTuple(tupColl1);
TypesUtils.resetTuple(tupColl2);
tupColl1.set(0, 7654.321);
tupColl1.set(1, 0.0001);
abs1[0] = 31;
|