public class RateRange
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
RateRange(float init,
float min,
float max,
boolean isExact) |
RateRange(RateRange r) |
Modifier and Type | Method and Description |
---|---|
float |
getCurrentRate() |
float |
getMaximumRate() |
float |
getMinimumRate() |
boolean |
inRange(float rate) |
boolean |
isExact() |
float |
setCurrentRate(float rate) |
public RateRange(RateRange r)
public RateRange(float init, float min, float max, boolean isExact)