Class FieldSpan.Domain
- All Implemented Interfaces:
Span.Domain<End<Field>, FieldSpan>
- Enclosing interface:
FieldSpan
The domain of field values, allowing open endpoints
-
Method Summary
Methods inherited from class End.EndDomain
compare, dec, inc, max, min, toMaxString, toMinString
-
Method Details
-
closed
-
newSpan
-
empty
Description copied from interface:Span.DomainGet the span that contains no value, nor has any endpointsThis span is returned when the result doesn't exist, e.g., when finding the intersection of spans which do not intersect.
- Returns:
- the empty span
-
all
Description copied from interface:Span.DomainGet the span containing all values in the domain- Returns:
- the span
-