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 classLLRBRangeTree<K extends Comparable<? super K>,V>A range tree implementation based on a left-leaning red-black tree.classSynchronizedRangeMap<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.
-