private final class CompositeByteBuf.CompositeByteBufIterator extends java.lang.Object implements java.util.Iterator<ByteBuf>
Modifier | Constructor and Description |
---|---|
private |
CompositeByteBufIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ByteBuf |
next() |
void |
remove() |