Uses of Class
de.xima.fc.utils.range.Endpoint
- 
Packages that use Endpoint Package Description de.xima.fc.utils.range  - 
- 
Uses of Endpoint in de.xima.fc.utils.range
Fields in de.xima.fc.utils.range declared as Endpoint Modifier and Type Field Description static Endpoint<?>Endpoint. NEGATIVE_INFINITYImmutable singleton instance of the end point representing negative infinity.static Endpoint<?>Endpoint. POSITIVE_INFINITYImmutable singleton instance of the end point representing positive infinity.Fields in de.xima.fc.utils.range with type parameters of type Endpoint Modifier and Type Field Description static Comparator<Endpoint<Comparable>>Endpoint. CANONICAL_COMPARATORCanonical comparator for two end points.Methods in de.xima.fc.utils.range that return Endpoint Modifier and Type Method Description static <C extends Comparable>
Endpoint<C>Endpoint. closed(C point, EndpointDirection direction)static <C extends Comparable>
Endpoint<C>Endpoint. finite(C point, com.google.common.collect.BoundType boundType, EndpointDirection direction)static <C extends Comparable>
Endpoint<C>Endpoint. infinite(EndpointDirection direction)static <C extends Comparable>
Endpoint<C>Endpoint. lower(C point, com.google.common.collect.BoundType boundType)static <C extends Comparable>
Endpoint<C>Endpoint. lowerClosed(C point)static <C extends Comparable>
Endpoint<C>Endpoint. lowerOpen(C point)static <C extends Comparable>
Endpoint<C>Endpoint. negativeInfinity()static <C extends Comparable>
Endpoint<C>Endpoint. of(C point, EndpointDescriptor descriptor)static <T,C extends Comparable>
Endpoint<C>Endpoint. of(T item, EndpointAccessor<T,C> accessor)static <C extends Comparable>
Endpoint<C>Endpoint. open(C point, EndpointDirection direction)static <C extends Comparable>
Endpoint<C>Endpoint. positiveInfinity()default Endpoint<C>EndpointAccessor. toEndpoint(T item)default <C extends Comparable>
Endpoint<C>EndpointDescriptor. toEndpoint(C point)static <C extends Comparable>
Endpoint<C>Endpoint. upper(C point, com.google.common.collect.BoundType boundType)static <C extends Comparable>
Endpoint<C>Endpoint. upperClosed(C point)static <C extends Comparable>
Endpoint<C>Endpoint. upperOpen(C point)Methods in de.xima.fc.utils.range that return types with arguments of type Endpoint Modifier and Type Method Description static <C extends Comparable>
Comparator<Endpoint<C>>Endpoint. createComparator()static <C extends Comparable>
Comparator<Endpoint<C>>Endpoint. createComparator(EndpointTypeComparator comparator)Methods in de.xima.fc.utils.range with parameters of type Endpoint Modifier and Type Method Description static <C extends Comparable>
intEndpoint. compare(Endpoint<C> lhs, Endpoint<C> rhs)intEndpoint. compareTo(Endpoint<C> rhs) 
 -