Package io.activej.aggregation
Class RangeTree<K,V>
java.lang.Object
io.activej.aggregation.RangeTree<K,V>
- All Implemented Interfaces:
io.activej.common.initializer.WithInitializer<RangeTree<K,V>>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic <K extends Comparable<K>,V>
RangeTree<K,V> static <K extends Comparable<K>,V>
RangeTree<K,V> create()getAll()voidbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.activej.common.initializer.WithInitializer
withInitializer
-
Method Details
-
getSegments
-
create
-
cloneOf
-
put
-
remove
-
get
-
getRange
-
getAll
-