2425262728293031
} } public void update(int id, int db, String key, List<String> values, boolean headTail){ UpdateList command = new UpdateList(id, db, key, values, headTail); command.execute(); }