public class BTreeRemoval
extends java.lang.Object
Constructor and Description |
---|
BTreeRemoval() |
Modifier and Type | Method and Description |
---|---|
static <V> java.lang.Object[] |
remove(java.lang.Object[] btree,
java.util.Comparator<? super V> comparator,
V elem)
Remove |elem| from |btree|.
|
Copyright © 2009- The Apache Software Foundation