ソースを参照

implemented tests and did some fixes

master
David 4年前
コミット
736e09b3c3
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      src/ChainQueue.java

+ 0
- 1
src/ChainQueue.java ファイルの表示

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


読み込み中…
キャンセル
保存