Package org.rocksdb
Class Holder<T>
java.lang.Object
org.rocksdb.Holder<T>
Simple instance reference wrapper.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Holder
public Holder()Constructs a new Holder with null instance. -
Holder
Constructs a new Holder.- Parameters:
value- the instance or null
-
-
Method Details
-
getValue
Get the instance reference.- Returns:
- value the instance reference or null
-
setValue
Set the instance reference.- Parameters:
value- the instance reference or null
-