Uses of Interface
org.n52.janmayen.IntervalMap
-
Packages that use IntervalMap Package Description org.n52.janmayen -
-
Uses of IntervalMap in org.n52.janmayen
Classes in org.n52.janmayen that implement IntervalMap Modifier and Type Class Description classIntervalTree<K,V>Tree implementation ofIntervalMap.Fields in org.n52.janmayen declared as IntervalMap Modifier and Type Field Description static IntervalMapIntervalMap. EMPTYMethods in org.n52.janmayen that return IntervalMap Modifier and Type Method Description static <K,V>
IntervalMap<K,V>IntervalMap. empty()static <K,V>
IntervalMap<K,V>IntervalMap. universal(V value)Creates aIntervalMapthat returns the same value for each key.
-