21322133213421352136213721382139214021412142
for (Node nextNode : hashNode.getListNode().childNodes()) { Operand v = build(nextNode, s); if (key == null) { key = v; } else { args.add(new KeyValuePair(key, v)); key = null; } } return copyAndReturnValue(s, new Hash(args)); }