|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.ByteIterator
public abstract class ByteIterator
| Constructor Summary | |
|---|---|
ByteIterator()
|
|
| Method Summary | |
|---|---|
java.lang.Byte |
next()
|
abstract byte |
nextByte()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext |
| Constructor Detail |
|---|
public ByteIterator()
| Method Detail |
|---|
public final java.lang.Byte next()
next in interface java.util.Iterator<java.lang.Byte>public abstract byte nextByte()
public void remove()
remove in interface java.util.Iterator<java.lang.Byte>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||