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()
Delegates to the corresponding type-specific method.
|
byte |
nextByte()
Delegates to the corresponding generic method.
|
remove, skip
public UnmodifiableIterator(ByteIterator i)
public boolean hasNext()
public byte nextByte()
AbstractByteIterator
nextByte
in interface ByteIterator
nextByte
in class AbstractByteIterator
Iterator.next()
public java.lang.Byte next()
AbstractByteIterator
next
in interface java.util.Iterator<java.lang.Byte>
next
in class AbstractByteIterator