Package org.apache.cassandra.utils.btree
Class BTreeRemoval
java.lang.Object
org.apache.cassandra.utils.btree.BTreeRemoval
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <V> Object[]remove(Object[] btree, Comparator<? super V> comparator, V elem) Remove |elem| from |btree|.
-
Constructor Details
-
BTreeRemoval
public BTreeRemoval()
-
-
Method Details
-
remove
Remove |elem| from |btree|. If it's not present then return |btree| itself.
-