public static class ByteIterators.UnmodifiableIterator extends AbstractByteIterator
| Constructor and Description |
|---|
ByteIterators.UnmodifiableIterator(ByteIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Byte |
next()
Delegates to the corresponding type-specific method.
|
byte |
nextByte()
Delegates to the corresponding generic method.
|
remove, skippublic ByteIterators.UnmodifiableIterator(ByteIterator i)
public boolean hasNext()
public byte nextByte()
AbstractByteIteratornextByte in interface ByteIteratornextByte in class AbstractByteIteratorIterator.next()public Byte next()
AbstractByteIteratornext in interface Iterator<Byte>next in class AbstractByteIterator