Constructor and Description |
---|
ChannelsReadOnlyIterator(Iterable<T> channelIterable) |
Modifier and Type | Method and Description |
---|---|
static <T> Iterator<T> |
empty() |
boolean |
hasNext() |
Channel |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public static <T> Iterator<T> empty()
Copyright © 2008–2024 The Netty Project. All rights reserved.