Package generic

Class End.EndDomain<N,S extends End.EndSpan<N,S>>

java.lang.Object
generic.End.EndDomain<N,S>
Type Parameters:
N - the type of values
S - the type of spans
All Implemented Interfaces:
Span.Domain<End<N>,S>
Direct Known Subclasses:
FieldSpan.Domain
Enclosing interface:
End<T>

public abstract static class End.EndDomain<N,S extends End.EndSpan<N,S>> extends Object implements Span.Domain<End<N>,S>
The domain for spans of End

Because the domain is no longer necessarily discreet, only comparison is necessary to implement it. dec(End) and inc(End) are instead applied to the coefficient on epsilon to find connected intervals.