AsyncEnumeration<E> 接口
定义
Asynchronous enumerator
public interface AsyncEnumeration<E>
类型参数
- E
The type of element to enumerate.
方法
hasMoreElementsAsync() |
Gets asynchronously whether there are more elements to enumerate. |
nextElementAsync() |
Gets the next element in enumeration. |