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 SummaryNested classes/interfaces inherited from interface de.marcely.bedwars.tools.CloseableIteratorCloseableIterator.AlwaysClosed<T>
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining, remove
- 
Constructor Details- 
AlwaysClosedpublic AlwaysClosed()
 
- 
- 
Method Details