Package org.openrefine.util
Class CloseableIterable.Wrapper<T>
- java.lang.Object
-
- org.openrefine.util.CloseableIterable.Wrapper<T>
-
- All Implemented Interfaces:
CloseableIterable<T>
- Enclosing interface:
- CloseableIterable<T>
public static class CloseableIterable.Wrapper<T> extends Object implements CloseableIterable<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openrefine.util.CloseableIterable
CloseableIterable.Wrapper<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloseableIterator<T>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openrefine.util.CloseableIterable
drop, filter, map, take
-
-
-
-
Method Detail
-
iterator
public CloseableIterator<T> iterator()
- Specified by:
iterator
in interfaceCloseableIterable<T>
-
-