jet
Class FloatIterator

java.lang.Object
  extended by jet.FloatIterator
All Implemented Interfaces:
Iterator<Float>

public abstract class FloatIterator
extends Object
implements Iterator<Float>


Constructor Summary
FloatIterator()
           
 
Method Summary
 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

FloatIterator

public FloatIterator()
Method Detail

next

public final Float next()
Specified by:
next in interface Iterator<Float>

nextFloat

public abstract float nextFloat()

remove

public void remove()
Specified by:
remove in interface Iterator<Float>


Copyright © 2013. All Rights Reserved.