Class TypedValue<T>
java.lang.Object
ch.tocco.nice2.types.api.TypedValue<T>
This class does not make defensive copies, changes to the "value" object write through!
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TypedValue
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getType
-
getValue
- Returns:
- The real thing, not a defensive copy, so changes write through!
-