Explorar el Código

implemented tests and did some fixes

master
David hace 4 años
padre
commit
736e09b3c3
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/ChainQueue.java

+ 0
- 1
src/ChainQueue.java Ver fichero

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


Cargando…
Cancelar
Guardar