4041424344454647484950
for ( Item x : xIter) { checkList(item) ; ItemList pair = x.getList() ; checkLength(2, pair, "Not a pair: "+pair.shortString()) ; Item a = pair.get(0) ; Item b = pair.get(1) ; checkNode(a) ; checkNode(b) ; tg.add(a.getNode(), b.getNode()) ;