Package one.microstream.reference
Interface _longReference
-
- All Known Implementing Classes:
_longReference.Constant
public interface _longReference
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
_longReference.Constant
-
Method Summary
Modifier and Type Method Description static _longReference.Constant
Constant(long value)
long
get()
-
-
-
Method Detail
-
get
long get()
-
Constant
static _longReference.Constant Constant(long value)
-
-