| Package | Description |
|---|---|
| umich.ms.util |
| Modifier and Type | Method and Description |
|---|---|
IntervalST.Node<K,V> |
IntervalST.get(Interval1D<K> interval)
Get the value associated with the given key (Interval).
|
IntervalST.Node<K,V> |
IntervalST.remove(Interval1D<K> interval)
Remove and return value associated with given interval.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<IntervalST.Node<K,V>> |
IntervalST.iterator() |
List<IntervalST.Node<K,V>> |
IntervalST.searchAll(Interval1D<K> interval)
Return ALL intervals in data structure that intersect the given interval.
|
Copyright © 2017. All rights reserved.