|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcascading.util.SingleValueIterator<Value>
cascading.util.SingleValueCloseableIterator<java.io.Closeable>
cascading.util.SingleCloseableInputIterator
public class SingleCloseableInputIterator
Field Summary |
---|
Fields inherited from class cascading.util.SingleValueIterator |
---|
EMPTY, value |
Constructor Summary | |
---|---|
SingleCloseableInputIterator(java.io.Closeable input)
|
Method Summary | |
---|---|
void |
close()
|
Methods inherited from class cascading.util.SingleValueCloseableIterator |
---|
getCloseableInput |
Methods inherited from class cascading.util.SingleValueIterator |
---|
hasNext, next, remove, reset |
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 |
---|
hasNext, next, remove |
Constructor Detail |
---|
public SingleCloseableInputIterator(java.io.Closeable input)
Method Detail |
---|
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class SingleValueCloseableIterator<java.io.Closeable>
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |