ByteIterator
, MutableByteIterator
public class UnmodifiableByteIterator extends java.lang.Object implements MutableByteIterator
Constructor | Description |
---|---|
UnmodifiableByteIterator(ByteIterator byteIterator) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
byte |
next() |
|
void |
remove() |
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–2018. All rights reserved.