ByteIterator, MutableByteIteratorpublic class UnmodifiableByteIterator extends java.lang.Object implements MutableByteIterator
| Constructor | Description |
|---|---|
UnmodifiableByteIterator(ByteIterator byteIterator) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
byte |
next() |
|
void |
remove() |
public UnmodifiableByteIterator(ByteIterator byteIterator)
public boolean hasNext()
hasNext in interface ByteIteratorpublic byte next()
next in interface ByteIteratorpublic void remove()
remove in interface MutableByteIteratorCopyright © 2004–2018. All rights reserved.