Package ghidra.util.database
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 generic.End.EndDomain
compare, dec, inc, max, min, toMaxString, toMinString
-
Method Details
-
closed
Description copied from interface:Span.DomainCreate a new span with the given endpoints, inclusive.- Parameters:
min- the lower endpointmax- the upper endpoint- Returns:
- the span
-
newSpan
Description copied from interface:Span.DomainFactory method for a new span after arguments are validated- Parameters:
min- the lower endpointmax- the upper endpoint- Returns:
- the span
-
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
-