Uses of Interface
com.github.marschall.rangetree.RangeMap
-
-
Uses of RangeMap in com.github.marschall.rangetree
Classes in com.github.marschall.rangetree that implement RangeMap Modifier and Type Class Description class
LLRBRangeTree<K extends Comparable<? super K>,V>
A range tree implementation based on a left-leaning red-black tree.class
SynchronizedRangeMap<K extends Comparable<? super K>,V>
Adds synchronization around aRangeMap
.Constructors in com.github.marschall.rangetree with parameters of type RangeMap Constructor Description SynchronizedRangeMap(RangeMap<K,V> delegate)
Constructs a newSynchronizedRangeMap
.
-