- All Implemented Interfaces:
Ref<T>
public class DefaultRef<T>
extends Object
implements Ref<T>
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
DefaultRef
public DefaultRef(T value)
-
Method Details
-
get
- Specified by:
get in interface Ref<T>
-
set
- Specified by:
set in interface Ref<T>
-