277278279280281282283
assert i >= 0; this.i = i; } public Object first() { return new MapEntry(fields.get(i), values.get(i)); }
266267268269270271272