- Type Parameters:
N
- the type of endpointsS
- the type of spans
- All Superinterfaces:
Comparable<S>
,Span<N,
S>
- All Known Implementing Classes:
ULongSpan.Empty
A mix-in interface for empty spans
-
Nested Class Summary
Nested classes/interfaces inherited from interface generic.Span
Span.DefaultSpanMap<N,
S extends Span<N, S>, V>, Span.DefaultSpanSet<N, S extends Span<N, S>>, Span.Domain<N, S extends Span<N, S>>, Span.Empty<N, S extends Span<N, S>>, Span.MutableSpanMap<N, S extends Span<N, S>, V>, Span.MutableSpanSet<N, S extends Span<N, S>>, Span.SpanMap<N, S extends Span<N, S>, V>, Span.SpanMapSetter<E, N, S extends Span<N, S>, V>, Span.SpanSet<N, S extends Span<N, S>> -
Method Summary
Methods inherited from interface generic.Span
bound, compareTo, domain, doToString, encloses, intersect, intersects, maxIsFinite, minIsFinite, subtract
-
Method Details
-
min
Description copied from interface:Span
Get the lower enpdoint -
max
Description copied from interface:Span
Get the upper endpoint -
isEmpty
default boolean isEmpty()Description copied from interface:Span
Check if this span is empty -
contains
Description copied from interface:Span
Check if this span contains the given value
-