Package io.netty.buffer
Class CompositeByteBuf.CompositeByteBufIterator
- java.lang.Object
-
- io.netty.buffer.CompositeByteBuf.CompositeByteBufIterator
-
- All Implemented Interfaces:
java.util.Iterator<ByteBuf>
- Enclosing class:
- CompositeByteBuf
private final class CompositeByteBuf.CompositeByteBufIterator extends java.lang.Object implements java.util.Iterator<ByteBuf>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CompositeByteBufIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
ByteBuf
next()
void
remove()
-