Package io.netty.channel
Class SingleThreadEventLoop.ChannelsReadOnlyIterator<T extends Channel>
- java.lang.Object
-
- io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator<T>
-
-
Constructor Summary
Constructors Constructor Description ChannelsReadOnlyIterator(Iterable<T> channelIterable)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> Iterator<T>empty()booleanhasNext()Channelnext()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
-
empty
public static <T> Iterator<T> empty()
-
-