org.fhcrc.cpl.toolbox.datastructure
Class FloatRange

java.lang.Object
  extended by org.fhcrc.cpl.toolbox.datastructure.FloatRange
All Implemented Interfaces:
java.io.Serializable

public class FloatRange
extends java.lang.Object
implements java.io.Serializable

User: mbellew Date: May 24, 2004 Time: 9:10:38 PM

See Also:
Serialized Form

Field Summary
 float max
           
 float min
           
 
Constructor Summary
FloatRange()
           
FloatRange(float n, float x)
           
 
Method Summary
 boolean contains(float x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

public float min

max

public float max
Constructor Detail

FloatRange

public FloatRange()

FloatRange

public FloatRange(float n,
                  float x)
Method Detail

contains

public boolean contains(float x)


Fred Hutchinson Cancer Research Center