Package generic
Class ULongSpan.DefaultULongSpanMap<V>
- Type Parameters:
V- the type of values
- All Implemented Interfaces:
Span.MutableSpanMap<Long,,ULongSpan, V> Span.SpanMap<Long,,ULongSpan, V> ULongSpan.MutableULongSpanMap<V>,ULongSpan.ULongSpanMap<V>
- Enclosing interface:
ULongSpan
public static class ULongSpan.DefaultULongSpanMap<V>
extends Span.DefaultSpanMap<Long,ULongSpan,V>
implements ULongSpan.MutableULongSpanMap<V>
An interval tree implementing
ULongSpan.MutableULongSpanMap-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class generic.Span.DefaultSpanMap
bound, clear, entries, equals, get, getEntry, intersectingEntries, intersectingSpans, intersects, isEmpty, put, putAll, remove, spans, subMap, toString, toString, valuesMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface generic.Span.MutableSpanMap
clear, put, putAll, removeMethods inherited from interface generic.Span.SpanMap
bound, entries, get, getEntry, intersectingEntries, intersectingSpans, intersects, isEmpty, spans, values
-
Constructor Details
-
DefaultULongSpanMap
public DefaultULongSpanMap()
-