void addNext(BrokerQueryCommand next)

Source

void addNext(BrokerQueryCommand next) {
  nexts.add(next);
}