Package io.protostuff.parser
Class Mutable<T>
- java.lang.Object
-
- io.protostuff.parser.Mutable<T>
-
public class Mutable<T> extends java.lang.Object
An entity whose values can be overriden with new value. It can also be reset to its initial state.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getLast()
T
getValue()
boolean
isOverridden()
void
override(T newValue)
void
reset()
-