106107108109110111112
} // private helpers private Table appendValue(String id, int value, Table tail) { return new Table(id, value, tail); }