jet
Class DoubleRange

java.lang.Object
  extended by jet.DoubleRange
All Implemented Interfaces:
Range<Double>

public final class DoubleRange
extends Object
implements Range<Double>


Field Summary
static DoubleRange EMPTY
           
 
Constructor Summary
DoubleRange(double startValue, double size)
           
 
Method Summary
 boolean contains(Double item)
           
static DoubleRange count(int length)
           
 boolean equals(Object o)
           
 double getEnd()
           
 boolean getIsReversed()
           
 double getSize()
           
 double getStart()
           
 int hashCode()
           
 DoubleIterator step(double step)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY

public static final DoubleRange EMPTY
Constructor Detail

DoubleRange

public DoubleRange(double startValue,
                   double size)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

contains

public boolean contains(Double item)
Specified by:
contains in interface Range<Double>

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

step

public DoubleIterator step(double step)

getIsReversed

public boolean getIsReversed()

getStart

public double getStart()

getEnd

public double getEnd()

getSize

public double getSize()

count

public static DoubleRange count(int length)


Copyright © 2012. All Rights Reserved.