public static class SparseSampling.HashedHeightState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
height
The height of the state
|
HashableState |
sh
The hashed state
|
Constructor and Description |
---|
HashedHeightState(HashableState sh,
int height)
Initializes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
public HashableState sh
public int height
public HashedHeightState(HashableState sh, int height)
sh
- the hashed stateheight
- the height of the state.