Package io.netty.channel
Class SingleThreadEventLoop.ChannelsReadOnlyIterator<T extends Channel>
- java.lang.Object
-
- io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator<T>
-
- All Implemented Interfaces:
java.util.Iterator<Channel>
- Enclosing class:
- SingleThreadEventLoop
protected static final class SingleThreadEventLoop.ChannelsReadOnlyIterator<T extends Channel> extends java.lang.Object implements java.util.Iterator<Channel>
-
-
Constructor Summary
Constructors Constructor Description ChannelsReadOnlyIterator(java.lang.Iterable<T> channelIterable)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> java.util.Iterator<T>
empty()
boolean
hasNext()
Channel
next()
void
remove()
-
-
-
Constructor Detail
-
ChannelsReadOnlyIterator
public ChannelsReadOnlyIterator(java.lang.Iterable<T> channelIterable)
-
-