public class UnmodifiableByteIterator extends Object implements MutableByteIterator
| Constructor and Description |
|---|
UnmodifiableByteIterator(ByteIterator byteIterator) |
public UnmodifiableByteIterator(ByteIterator byteIterator)
public boolean hasNext()
hasNext in interface ByteIteratorpublic byte next()
next in interface ByteIteratorpublic void remove()
remove in interface MutableByteIteratorCopyright © 2004–2017. All rights reserved.