return size() > 0;. Typo, should be (less than or) equal zero. for(int i = 0; i < length; i++) { elements[i] = null; } length = 0;.
確定! 回上一頁