public abstract class StateVerifier extends Object
Modifier and Type | Method and Description |
---|---|
static StateVerifier |
newInstance()
Creates a new
StateVerifier instance. |
abstract void |
throwIfRecycled()
Throws an exception if we believe our object is recycled and inactive (i.e.
|
public static StateVerifier newInstance()
StateVerifier
instance.public abstract void throwIfRecycled()