Package org.apache.druid.frame.channel
Class FrameChannelSequence.FrameChannelIterator
- java.lang.Object
-
- org.apache.druid.frame.channel.FrameChannelSequence.FrameChannelIterator
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterator<Frame>
- Enclosing class:
- FrameChannelSequence
public static class FrameChannelSequence.FrameChannelIterator extends Object implements Iterator<Frame>, Closeable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()Framenext()-
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
-
-