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