Package org.jgroups.util
Class Ref<T>
- java.lang.Object
-
- org.jgroups.util.Ref<T>
-
public class Ref<T> extends java.lang.Object
Keeps a reference to another object- Since:
- 5.2
- Author:
- Bela Ban
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
boolean
isSet()
Ref<T>
set(T obj)
java.lang.String
toString()
-