Package one.microstream.math
Interface _longRange
-
- All Known Implementing Classes:
_longRange.Default
public interface _longRange
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
_longRange.Default
-
Method Summary
Modifier and Type Method Description long
bound()
default long
length()
static _longRange
New(long start, long bound)
long
start()
-
-
-
Method Detail
-
start
long start()
-
bound
long bound()
-
length
default long length()
-
New
static _longRange New(long start, long bound)
-
-