| Interface | Description |
|---|---|
| IntervalMap<K extends Interval<?>,V> |
A map with intervals as keys.
|
| Class | Description |
|---|---|
| MultiValueIntervalMap<K extends Interval<K>,V> | |
| NestedIntervalMap<K extends Interval<K>,V> |
A map with intervals as keys.
|
| NestedIntervalMap.Key<K extends Interval<K>> | |
| SynchronizedIntervalMap<K extends Interval<K>,V> |
| Exception | Description |
|---|---|
| IntersectingIntervalException |
Thrown to indicate that an attempt was made to insert an interval that would intersect with its siblings.
|
Copyright © 2022. All rights reserved.