Package io.protostuff.parser
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
current
-
last
-
-
Constructor Details
-
Mutable
-
-
Method Details
-
override
-
reset
public void reset() -
getValue
-
getLast
-
isOverridden
public boolean isOverridden()
-