public final class ValueAtPercentile
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static ValueAtPercentile |
of(double percentile,
double value) |
double |
percentile() |
java.lang.String |
toString() |
double |
value() |
double |
value(java.util.concurrent.TimeUnit unit) |
public double percentile()
public double value()
public double value(java.util.concurrent.TimeUnit unit)
public java.lang.String toString()
toString in class java.lang.Objectpublic static ValueAtPercentile of(double percentile, double value)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object