| Package | Description |
|---|---|
| org.kitesdk.data.spi |
Provides a service provider interface for implementors of Kite Data APIs.
|
| Modifier and Type | Field and Description |
|---|---|
static MarkerRange.Boundary |
MarkerRange.Boundary.NEGATIVE_INFINITY |
static MarkerRange.Boundary |
MarkerRange.Boundary.POSITIVE_INFINITY |
| Modifier and Type | Method and Description |
|---|---|
MarkerRange.Boundary |
MarkerRange.getEnd() |
MarkerRange.Boundary |
MarkerRange.getStart() |
| Modifier and Type | Method and Description |
|---|---|
int |
MarkerRange.Boundary.LeftComparator.compare(MarkerRange.Boundary b1,
MarkerRange.Boundary b2) |
int |
MarkerRange.Boundary.RightComparator.compare(MarkerRange.Boundary b1,
MarkerRange.Boundary b2) |
int |
MarkerRange.Boundary.compareTo(MarkerRange.Boundary other) |
Copyright © 2013–2015. All rights reserved.