Package org.rocksdb
Class Holder<T>
- java.lang.Object
-
- org.rocksdb.Holder<T>
-
public class Holder<T> extends java.lang.ObjectSimple instance reference wrapper.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetValue()Get the instance reference.voidsetValue(T value)Set the instance reference.
-
-
-
Constructor Detail
-
Holder
public Holder()
Constructs a new Holder with null instance.
-
Holder
public Holder(T value)
Constructs a new Holder.- Parameters:
value- the instance or null
-
-