Uses of Interface
de.xima.fc.utils.range.EndpointDescriptor
Packages that use EndpointDescriptor
-
Uses of EndpointDescriptor in de.xima.fc.utils.range
Classes in de.xima.fc.utils.range that implement EndpointDescriptorModifier and TypeClassDescriptionclassEndpoint<C extends Comparable>POJO class describing an end point of a range, either a lower or upper end point.enumAn enumeration with implementations ofEndpointDescriptors.Methods in de.xima.fc.utils.range that return EndpointDescriptorModifier and TypeMethodDescriptionstatic EndpointDescriptorEndpointDescriptors.lower(com.google.common.collect.BoundType boundType) static EndpointDescriptorEndpointDescriptors.lower(com.google.common.collect.Range<?> range) default EndpointDescriptorEndpointAccessor.toDescriptor(T item) Creates an endpoint descriptor describing the endpoint of held by the given item.static EndpointDescriptorEndpointDescriptors.upper(com.google.common.collect.BoundType boundType) static EndpointDescriptorEndpointDescriptors.upper(com.google.common.collect.Range<?> range) Methods in de.xima.fc.utils.range with parameters of type EndpointDescriptorModifier and TypeMethodDescriptionstatic <C extends Comparable>
com.google.common.collect.Range<C>RangeUtils.createRange(C lower, EndpointDescriptor lowerDesc, C upper, EndpointDescriptor upperDesc) Creates a range from two end points.static <C extends Comparable>
Endpoint<C>Endpoint.of(C point, EndpointDescriptor descriptor)