Package generic
Interface ULongSpan.MutableULongSpanMap<V>
- Type Parameters:
V
- the type of values
- All Superinterfaces:
Span.MutableSpanMap<Long,
,ULongSpan, V> Span.SpanMap<Long,
,ULongSpan, V> ULongSpan.ULongSpanMap<V>
- All Known Implementing Classes:
ULongSpan.DefaultULongSpanMap
- Enclosing interface:
ULongSpan
public static interface ULongSpan.MutableULongSpanMap<V>
extends ULongSpan.ULongSpanMap<V>, Span.MutableSpanMap<Long,ULongSpan,V>
A mutable map of unsigned long spans to values
-
Method Summary
Methods inherited from interface generic.Span.MutableSpanMap
clear, put, putAll, remove
Methods inherited from interface generic.Span.SpanMap
bound, entries, get, getEntry, intersectingEntries, intersectingSpans, intersects, isEmpty, spans, values