| Interface | Description |
|---|---|
| EndpointAccessor<T,C extends Comparable> |
Interface for a handler that allows accessing a
Range endpoint of some object. |
| EndpointDescriptor |
Interface for a handler that describes the properties of an end point of
Range. |
| EndpointType |
Interface for a handler that describes an end of an interval.
|
| EndpointTypeComparator |
A comparator for comparing two end points of a range.
|
| Class | Description |
|---|---|
| Endpoint<C extends Comparable> |
POJO class describing an end point of a range, either a lower or upper end point.
|
| RangeCounter<C extends Comparable> |
A range map to which ranges can be added.
|
| RangeUtils |
Utilities with additional methods on
Ranges. |
| Enum | Description |
|---|---|
| EndpointAccessorsIdentity |
An enumeration containing instances of
EndpointAccessor, for Range.lowerEndpoint()s or
Range.upperEndpoint(). |
| EndpointAccessorsRange |
An enumeration with implementations of
EndpointAccessors for accessing the end points of Range
objects. |
| EndpointDescriptors |
An enumeration with implementations of
EndpointDescriptors. |
| EndpointDirection |
Describes the direction or type of end point, i.e. whether it is a lower or upper end point.
|
| EndpointTypeComparators |
An enumeration with implementations of
EndpointTypeComparator. |
| EndpointTypes |
An enumeration with implementations of all possible
EndpointTypes. |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.