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