jet
Class FloatProgression

java.lang.Object
  extended by jet.FloatProgression
All Implemented Interfaces:
Iterable<Float>, Progression<Float>

public class FloatProgression
extends Object
implements Progression<Float>


Constructor Summary
FloatProgression(float start, float end, float increment)
           
 
Method Summary
 boolean equals(Object o)
           
 Float getEnd()
           
 Float getIncrement()
           
 Float getStart()
           
 int hashCode()
           
 FloatIterator iterator()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FloatProgression

public FloatProgression(float start,
                        float end,
                        float increment)
Method Detail

getStart

public Float getStart()
Specified by:
getStart in interface Progression<Float>

getEnd

public Float getEnd()
Specified by:
getEnd in interface Progression<Float>

getIncrement

public Float getIncrement()
Specified by:
getIncrement in interface Progression<Float>

iterator

public FloatIterator iterator()
Specified by:
iterator in interface Iterable<Float>

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.