public static class ByteIterators.UnmodifiableIterator extends AbstractByteIterator
| Modifier and Type | Field and Description |
|---|---|
protected ByteIterator |
i |
| 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, skipprotected final ByteIterator i
public 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 AbstractByteIteratorCopyright © 2013. All Rights Reserved.