public void stop() { for (Id id : repo.ids(true)) { if (!inclusive(id)) { continue; } stop(id); } }
public List<Id> ids() { return repo.ids(false); }