【谢庆军买卖对比量指标源码】【rest api mvc 源码】【cf辅助源码网站】hasnext源码
2024-11-26 20:27:01 来源:{typename type="name"/} 分类:{typename type="name"/}
1.java.util.NoSuchElementException 的问题
java.util.NoSuchElementException 的问题
@GwtCompatible
public abstract class AbstractIterator<T> extends UnmodifiableIterator<T> {
// 下面是源码
@Override
public final T next() {
if (!hasNext()) {
throw new NoSuchElementException();
}
state = State.NOT_READY;
T result = next;
next = null;
return result;
}
你都看到了。hasNext() 没有值呗。谢庆军买卖对比量指标源码你看看你的rest api mvc 源码集合呗。
cf辅助源码网站cf辅助源码网站