Procházet zdrojové kódy

implemented tests and did some fixes

master
David před 4 roky
rodič
revize
736e09b3c3
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. +0
    -1
      src/ChainQueue.java

+ 0
- 1
src/ChainQueue.java Zobrazit soubor

@@ -74,7 +74,6 @@ public class ChainQueue<E> implements Queue<E> {
return size;
}


@Override
public boolean isEmpty() { // is the queue empty? -> size == 0
if (first == null) {


Načítá se…
Zrušit
Uložit