jet
Class DoubleProgression
java.lang.Object
jet.DoubleProgression
- All Implemented Interfaces:
- Iterable<Double>, Progression<Double>
public class DoubleProgression
- extends Object
- implements Progression<Double>
DoubleProgression
public DoubleProgression(double start,
double end,
double increment)
getStart
public Double getStart()
- Specified by:
getStart
in interface Progression<Double>
getEnd
public Double getEnd()
- Specified by:
getEnd
in interface Progression<Double>
getIncrement
public Double getIncrement()
- Specified by:
getIncrement
in interface Progression<Double>
iterator
public DoubleIterator iterator()
- Specified by:
iterator
in interface Iterable<Double>
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.