private boolean showDialogIsEmpty() { if (heap.isEmpty()) { Dialog.showInformation("Chyba", "Binární halda je prázdná."); return true; } return false; }
private void clear() { heap.clear(); manager.clear(); animationCore.setRemovePreparation(null); }