public abstract class ContiguousSequenceRange
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ContiguousSequenceRange |
EMPTY |
Constructor and Description |
---|
ContiguousSequenceRange() |
Modifier and Type | Method and Description |
---|---|
abstract long |
getEnd() |
abstract long |
getStart() |
abstract Instant |
getTimestamp() |
static ContiguousSequenceRange |
of(long start,
long end,
Instant timestamp) |
public static final ContiguousSequenceRange EMPTY
public abstract long getStart()
public abstract long getEnd()
public abstract Instant getTimestamp()
public static ContiguousSequenceRange of(long start, long end, Instant timestamp)