Package overit.geocall.util
Class Ref<T>
java.lang.Object
overit.geocall.util.Ref<T>
Object containing an object.
Usable to pass an object as a reference
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_t
-
-
Constructor Details
-
Ref
public Ref()Empty Constructor -
Ref
Constructor method used to create an object as a reference- Parameters:
t- The object to insert inside the reference
-
-
Method Details
-
get
Returns the object inside the reference- Returns:
- The object inside the reference
-
set
Sets the object inside the reference- Parameters:
t- The object to set inside the reference
-