|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjet.ShortIterator
public abstract class ShortIterator
Constructor Summary | |
---|---|
ShortIterator()
|
Method Summary | |
---|---|
java.lang.Short |
next()
|
abstract short |
nextShort()
|
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 ShortIterator()
Method Detail |
---|
public final java.lang.Short next()
next
in interface java.util.Iterator<java.lang.Short>
public abstract short nextShort()
public void remove()
remove
in interface java.util.Iterator<java.lang.Short>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |