Class Mutable<T>
java.lang.Object
io.protostuff.parser.Mutable<T>
An entity whose values can be overriden with new value. It can also be reset to its initial state.
- Author:
- David Yu
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Mutable
-
-
Method Details
-
override
-
reset
public void reset() -
getValue
-
getLast
-
isOverridden
public boolean isOverridden()
-