<T extends BufferComponent & ComponentIterator.Next> ComponentIterator<T> |
Buffer.forEachComponent() |
|
<T extends BufferComponent & ComponentIterator.Next> ComponentIterator<T> |
BufferStub.forEachComponent() |
|
<N extends ComponentIterator.Next & BufferComponent> N |
ComponentIterator.Next.next() |
Get the next component of the iteration, or null if there are no more components.
|
default <N extends ComponentIterator.Next & BufferComponent> N |
ComponentIterator.Next.nextReadable() |
Get the next component of the iteration that has any bytes to read, or null if there are no
components with any readable bytes.
|
default <N extends ComponentIterator.Next & BufferComponent> N |
ComponentIterator.Next.nextWritable() |
Get the next component of the iteration that has any space for writing bytes,
or null if there are no components with any spare capacity.
|