Uses of Class
com.google.common.geometry.R1Interval.Endpoint
-
-
Uses of R1Interval.Endpoint in com.google.common.geometry
Methods in com.google.common.geometry that return R1Interval.Endpoint Modifier and Type Method Description abstract R1Interval.Endpoint
R1Interval.Endpoint. opposite()
static R1Interval.Endpoint
R1Interval.Endpoint. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static R1Interval.Endpoint[]
R1Interval.Endpoint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.common.geometry with parameters of type R1Interval.Endpoint Modifier and Type Method Description (package private) double
R1Interval. getValue(R1Interval.Endpoint endpoint)
Returns the value at the given Endpoint, which must not be null.(package private) void
R1Interval. setValue(R1Interval.Endpoint endpoint, double value)
Sets the value of the given Endpoint, which must not be null.
-