Browse Source

implemented tests and did some fixes

master
David 4 years ago
parent
commit
736e09b3c3
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/ChainQueue.java

+ 0
- 1
src/ChainQueue.java View File

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



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


Loading…
Cancel
Save