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
Range s. |
Enum | Description |
---|---|
EndpointAccessorsIdentity |
An enumeration containing instances of
EndpointAccessor , for Range.lowerEndpoint() s or
Range.upperEndpoint() . |
EndpointAccessorsRange |
An enumeration with implementations of
EndpointAccessor s for accessing the end points of Range
objects. |
EndpointDescriptors |
An enumeration with implementations of
EndpointDescriptor s. |
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
EndpointType s. |
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.