Class Ref<R>
- java.lang.Object
-
- cn.cloudself.query.util.structure.Ref<R>
-
public class Ref<R> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)RgetValue()inthashCode()static <R> Ref<R>of(R value)voidsetValue(R value)StringtoString()
-