Package | Description |
---|---|
de.xima.fc.utils.range |
Modifier and Type | Field and Description |
---|---|
protected EndpointDirection |
Endpoint.direction |
Modifier and Type | Method and Description |
---|---|
EndpointDirection |
EndpointTypes.getDirection() |
EndpointDirection |
EndpointType.getDirection() |
EndpointDirection |
EndpointDescriptor.getDirection() |
EndpointDirection |
Endpoint.getDirection() |
EndpointDirection |
EndpointAccessorsIdentity.getDirection(Comparable item) |
EndpointDirection |
EndpointAccessor.getDirection(T item) |
EndpointDirection |
Endpoint.getDirection(Void item) |
static EndpointDirection |
EndpointDirection.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.
|
Modifier and Type | Method and Description |
---|---|
static <C extends Comparable> |
Endpoint.closed(C point,
EndpointDirection direction) |
int |
EndpointTypeComparators.compare(EndpointDirection lhsDirection,
com.google.common.collect.BoundType lhsBoundType,
EndpointDirection rhsDirection,
com.google.common.collect.BoundType rhsBoundType) |
int |
EndpointTypeComparator.compare(EndpointDirection lhsDirection,
com.google.common.collect.BoundType lhsBoundType,
EndpointDirection rhsDirection,
com.google.common.collect.BoundType rhsBoundType)
Compares two end points.
|
static <C extends Comparable> |
Endpoint.finite(C point,
com.google.common.collect.BoundType boundType,
EndpointDirection direction) |
static <C extends Comparable> |
Endpoint.infinite(EndpointDirection direction) |
static <C extends Comparable> |
Endpoint.open(C point,
EndpointDirection direction) |
Constructor and Description |
---|
Endpoint(C point,
com.google.common.collect.BoundType boundType,
EndpointDirection direction) |
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.