Package org.apache.cassandra.utils.btree
Class BTreeRemoval
- java.lang.Object
-
- org.apache.cassandra.utils.btree.BTreeRemoval
-
public class BTreeRemoval extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BTreeRemoval()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <V> java.lang.Object[]
remove(java.lang.Object[] btree, java.util.Comparator<? super V> comparator, V elem)
Remove |elem| from |btree|.
-