public static class ByteIterators.UnmodifiableIterator extends Object implements ByteIterator
| Modifier and Type | Field and Description |
|---|---|
protected ByteIterator |
i |
| Constructor and Description |
|---|
UnmodifiableIterator(ByteIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
byte |
nextByte()
Returns the next element as a primitive type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, forEachRemaining, next, skipprotected final ByteIterator i
public UnmodifiableIterator(ByteIterator i)
public byte nextByte()
ByteIteratornextByte in interface ByteIteratorIterator.next()Copyright © 2020. All rights reserved.