-
Method Summary
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
hasNext
public boolean hasNext()
返回true
如果迭代还有更多元素。(换句话说,如果Iterator.next()
会返回一个元素而不是抛出异常,则返回true
。)
-
指定者:
-
hasNext
在接口 Iterator<Object>
-
返回:
-
如果迭代还有更多元素,则返回
true
-