ByteIterator, java.util.Iterator<java.lang.Byte>public static class ByteIterators.UnmodifiableIterator extends java.lang.Object implements ByteIterator
| Constructor | Description |
|---|---|
UnmodifiableIterator(ByteIterator i) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
byte |
nextByte() |
Returns the next element as a primitive type.
|
forEachRemaining, forEachRemaining, next, skippublic UnmodifiableIterator(ByteIterator i)
public boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Byte>public byte nextByte()
ByteIteratornextByte in interface ByteIteratorIterator.next()