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