protected class Buffers.BuffersIterator extends Object implements Iterator<ByteBuffer>
| Modifier and Type | Field and Description |
|---|---|
protected int |
index |
| Modifier | Constructor and Description |
|---|---|
protected |
BuffersIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ByteBuffer |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<ByteBuffer>public ByteBuffer next()
next in interface Iterator<ByteBuffer>public void remove()
remove in interface Iterator<ByteBuffer>Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.