Uses of Class
de.xima.fc.utils.range.EndpointDirection
- 
Packages that use EndpointDirection Package Description de.xima.fc.utils.range  - 
- 
Uses of EndpointDirection in de.xima.fc.utils.range
Fields in de.xima.fc.utils.range declared as EndpointDirection Modifier and Type Field Description protected EndpointDirectionEndpoint. directionMethods in de.xima.fc.utils.range that return EndpointDirection Modifier and Type Method Description EndpointDirectionEndpoint. getDirection()EndpointDirectionEndpoint. getDirection(Void item)EndpointDirectionEndpointAccessor. getDirection(T item)EndpointDirectionEndpointAccessorsIdentity. getDirection(Comparable item)EndpointDirectionEndpointDescriptor. getDirection()EndpointDirectionEndpointType. getDirection()EndpointDirectionEndpointTypes. getDirection()static EndpointDirectionEndpointDirection. valueOf(String name)Returns 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 EndpointDirection Modifier and Type Method Description static <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 EndpointDirection Constructor Description Endpoint(C point, com.google.common.collect.BoundType boundType, EndpointDirection direction) 
 -