@Beta public final class PiMeterBand extends Object
Constructor and Description |
---|
PiMeterBand(long rate,
long burst)
Creates a band with rate and burst.
|
Modifier and Type | Method and Description |
---|---|
long |
burst()
Returns the burst of this band.
|
boolean |
equals(Object obj) |
int |
hashCode() |
long |
rate()
Returns the rate of this band.
|
String |
toString() |
public PiMeterBand(long rate, long burst)
rate
- rate of this bandburst
- burst of this band