Package io.mats3.serial
Interface MatsTrace.StackState<Z>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ZgetExtraState(java.lang.String key)Retrieves "extra state" on this StackState.intgetHeight()ZgetState()voidsetExtraState(java.lang.String key, Z value)Sets "extra state" on this StackState.
-
-
-
Method Detail
-
getHeight
int getHeight()
- Returns:
- which stack height this
getState()belongs to.
-
getState
Z getState()
- Returns:
- the state at stack height
getHeight().
-
setExtraState
void setExtraState(java.lang.String key, Z value)Sets "extra state" on this StackState.
-
getExtraState
Z getExtraState(java.lang.String key)
Retrieves "extra state" on this StackState.
-
-