public class UnmodifiableByteIterator
extends java.lang.Object
implements com.gs.collections.api.iterator.MutableByteIterator
| Constructor and Description |
|---|
UnmodifiableByteIterator(com.gs.collections.api.iterator.ByteIterator byteIterator) |
public UnmodifiableByteIterator(com.gs.collections.api.iterator.ByteIterator byteIterator)
public boolean hasNext()
hasNext in interface com.gs.collections.api.iterator.ByteIteratorpublic byte next()
next in interface com.gs.collections.api.iterator.ByteIteratorpublic void remove()
remove in interface com.gs.collections.api.iterator.MutableByteIterator