Uses of Class
com.github.marschall.rangetree.Range
-
-
Uses of Range in com.github.marschall.rangetree
Method parameters in com.github.marschall.rangetree with type arguments of type Range Modifier and Type Method Description V
LLRBRangeTree. computeIfAbsent(K key, Function<? super K,Map.Entry<Range<? extends K>,? extends V>> mappingFunction)
V
RangeMap. computeIfAbsent(K key, Function<? super K,Map.Entry<Range<? extends K>,? extends V>> mappingFunction)
Looks up a value associated with a key.V
SynchronizedRangeMap. computeIfAbsent(K key, Function<? super K,Map.Entry<Range<? extends K>,? extends V>> mappingFunction)
-