Constructor and Description |
---|
Probe(int[] range)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Probe |
clone() |
int |
compareTo(Probe o) |
Probe |
expand()
This operation sets to one the component following the last nonzero
component if it is not the last one.
|
Probe |
extend()
This operation adds one to the last nonzero component.
|
int |
hash(Hash hash,
PrZ[] pz)
Returns the bucket number of the probe.
|
boolean |
isExpandable() |
boolean |
isExtendable() |
boolean |
isShiftable() |
void |
setProb(PrZ[] pz)
Calculate the probability of the probe.
|
Probe |
shift()
This operation shifts to the right the last nonzero component if
it is equal to one and if it is not the last one.
|
protected Probe clone()
clone
in class java.lang.Object
public boolean isShiftable()
public Probe shift()
public boolean isExpandable()
public Probe expand()
public boolean isExtendable()
public Probe extend()
public int compareTo(Probe o)
compareTo
in interface java.lang.Comparable<Probe>
public void setProb(PrZ[] pz)