|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface ByteString.ByteIterator
This interface extends Iterator<Byte>, so that we can return an
unboxed byte.
| Method Summary | |
|---|---|
byte |
nextByte()
An alternative to Iterator.next() that returns an
unboxed primitive byte. |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Method Detail |
|---|
byte nextByte()
Iterator.next() that returns an
unboxed primitive byte.
byte in the iteration
java.util.NoSuchElementException - if the iteration has no more elements
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||