Sfoglia il codice sorgente

implemented tests and did some fixes

master
David 4 anni fa
parent
commit
736e09b3c3
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      src/ChainQueue.java

+ 0
- 1
src/ChainQueue.java Vedi File

@@ -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) {


Caricamento…
Annulla
Salva