|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectit.unimi.dsi.fastutil.bytes.AbstractByteIterator
it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableIterator
public static class ByteIterators.UnmodifiableIterator
An unmodifiable wrapper class for iterators.
| Constructor Summary | |
|---|---|
ByteIterators.UnmodifiableIterator(ByteIterator i)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
java.lang.Byte |
next()
Delegates to the corresponding type-specific method. |
byte |
nextByte()
Delegates to the corresponding generic method. |
| Methods inherited from class it.unimi.dsi.fastutil.bytes.AbstractByteIterator |
|---|
remove, skip |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteIterators.UnmodifiableIterator(ByteIterator i)
| Method Detail |
|---|
public boolean hasNext()
public byte nextByte()
AbstractByteIterator
nextByte in interface ByteIteratornextByte in class AbstractByteIteratorIterator.next()public java.lang.Byte next()
AbstractByteIterator
next in interface java.util.Iterator<java.lang.Byte>next in class AbstractByteIterator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||