接口 CloseableIterator<T>
-
- 所有超级接口:
AutoCloseable,Iterator<T>
public interface CloseableIterator<T> extends Iterator<T>, AutoCloseable
Unification of Iterator and AutoCloseable- 从以下版本开始:
- 5.2
- 作者:
- Steve Ebersole
-
-
方法详细资料
-
close
void close()
- 指定者:
close在接口中AutoCloseable
-
-