Uses of Enum
de.xima.fc.utils.range.EndpointDirection
Packages that use EndpointDirection
-
Uses of EndpointDirection in de.xima.fc.utils.range
Fields in de.xima.fc.utils.range declared as EndpointDirectionMethods in de.xima.fc.utils.range that return EndpointDirectionModifier and TypeMethodDescriptionEndpoint.getDirection()Endpoint.getDirection(Void item) EndpointAccessor.getDirection(T item) EndpointAccessorsIdentity.getDirection(Comparable item) EndpointDescriptor.getDirection()EndpointType.getDirection()EndpointTypes.getDirection()static EndpointDirectionReturns the enum constant of this type with the specified name.static EndpointDirection[]EndpointDirection.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.utils.range with parameters of type EndpointDirectionModifier and TypeMethodDescriptionstatic <C extends Comparable>
Endpoint<C>Endpoint.closed(C point, EndpointDirection direction) intEndpointTypeComparator.compare(EndpointDirection lhsDirection, com.google.common.collect.BoundType lhsBoundType, EndpointDirection rhsDirection, com.google.common.collect.BoundType rhsBoundType) Compares two end points.intEndpointTypeComparators.compare(EndpointDirection lhsDirection, com.google.common.collect.BoundType lhsBoundType, EndpointDirection rhsDirection, com.google.common.collect.BoundType rhsBoundType) 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.open(C point, EndpointDirection direction) Constructors in de.xima.fc.utils.range with parameters of type EndpointDirectionModifierConstructorDescriptionprotectedEndpoint(C point, com.google.common.collect.BoundType boundType, EndpointDirection direction)