Package org.cyclos.server.utils
Class TransformedCloseableIterator<T,S>
- java.lang.Object
-
- org.cyclos.server.utils.TransformedCloseableIterator<T,S>
-
- All Implemented Interfaces:
com.mysema.commons.lang.CloseableIterator<T>,Closeable,AutoCloseable,Iterator<T>
public class TransformedCloseableIterator<T,S> extends Object implements com.mysema.commons.lang.CloseableIterator<T>
Transforms aCloseableIteratoron demand
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()Tnext()voidremove()-
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
-
-
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfacecom.mysema.commons.lang.CloseableIterator<T>
-
-