Uses of Interface
io.netty5.buffer.api.ComponentIterator.Next
-
Packages that use ComponentIterator.Next Package Description io.netty5.buffer.api IncubatingBufferAPI, as a proposed alternative toByteBuf.io.netty5.buffer.api.internal Internal implementation details that can be shared among Buffer implementations. -
-
Uses of ComponentIterator.Next in io.netty5.buffer.api
Classes in io.netty5.buffer.api with type parameters of type ComponentIterator.Next Modifier and Type Interface Description interfaceComponentIterator<T extends ComponentIterator.Next>A facade for iterating the readable or writable components of aBuffer.Methods in io.netty5.buffer.api with type parameters of type ComponentIterator.Next Modifier and Type Method Description <T extends ReadableComponent & ComponentIterator.Next>
ComponentIterator<T>Buffer. forEachReadable()Create a component iterator for all readable components in this buffer.<T extends ReadableComponent & ComponentIterator.Next>
ComponentIterator<T>BufferStub. forEachReadable()<T extends WritableComponent & ComponentIterator.Next>
ComponentIterator<T>Buffer. forEachWritable()Create a component iterator for all writable components in this buffer.<T extends WritableComponent & ComponentIterator.Next>
ComponentIterator<T>BufferStub. forEachWritable()<N extends ComponentIterator.Next>
NComponentIterator.Next. next()Get the next component of the iteration, ornullif there are no more components. -
Uses of ComponentIterator.Next in io.netty5.buffer.api.internal
Classes in io.netty5.buffer.api.internal with type parameters of type ComponentIterator.Next Modifier and Type Class Description classSingleComponentIterator<T extends ComponentIterator.Next>
-