소스 검색

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


불러오는 중...
취소
저장