Package de.marcely.bedwars.tools
Class CloseableIterator.AlwaysClosed<T>
java.lang.Object
de.marcely.bedwars.tools.CloseableIterator.AlwaysClosed<T>
- All Implemented Interfaces:
CloseableIterator<T>
,Closeable
,AutoCloseable
,Iterator<T>
- Enclosing interface:
CloseableIterator<T>
public static class CloseableIterator.AlwaysClosed<T>
extends Object
implements CloseableIterator<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.marcely.bedwars.tools.CloseableIterator
CloseableIterator.AlwaysClosed<T>
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
AlwaysClosed
public AlwaysClosed()
-
-
Method Details