public boolean isEmpty() { return IdUtils.isEmpty(ids); }
public boolean remove(long id) { return IdUtils.remove(ids, id); }