public interface IEnumerator<T> extends java.util.Iterator<T>, IDisposable
boolean moveNext()
T current()
boolean hasNext()
hasNext 在接口中 java.util.Iterator<T>void forEachRemaining(java.util.function.Consumer<? super T> action)
forEachRemaining 在接口中 java.util.Iterator<T>void remove()
remove 在接口中 java.util.Iterator<T>void reset()
void close()
close 在接口中 java.lang.AutoCloseableclose 在接口中 IDisposableCopyright © 2019. All Rights Reserved.