public final class TypedValue<T>
extends Object
This class does not make defensive copies, changes to the "value" object write through!
-
Constructor Summary 
Constructors
-
Method Summary 
-
Constructor Details 
-
TypedValue 
public TypedValue(Type<T> type,
@Nullable
T value)
- Parameters:
value
- This class continues using the real thing, not a defensive copy, so changes write through!
-