public static class ByteIterators.UnmodifiableIterator extends java.lang.Object implements ByteIterator
| Constructor and Description |
|---|
UnmodifiableIterator(ByteIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
byte |
nextByte()
Returns the next element as a primitive type.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, 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()