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