Package com.github.marschall.rangetree
-
Interface Summary Interface Description RangeMap<K extends Comparable<? super K>,V> An object that maps ranges of keys to values. -
Class Summary Class Description LLRBRangeTree<K extends Comparable<? super K>,V> A range tree implementation based on a left-leaning red-black tree.Range<E> An range with an lower and upper bound.SynchronizedRangeMap<K extends Comparable<? super K>,V> Adds synchronization around aRangeMap
.