public class PrH extends java.lang.Object implements java.lang.Comparable<PrH>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
double |
pr
The probability
|
int |
u
The index of bucket.
|
| Constructor and Description |
|---|
PrH(int u,
double pr)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PrH o) |