public class BTree<Key extends Comparable<Key>,Value> extends Object
| Constructor and Description |
|---|
BTree() |
| Modifier and Type | Method and Description |
|---|---|
Value |
get(Key key) |
int |
height() |
static void |
main(String[] args)
test client
|
void |
put(Key key,
Value value) |
int |
size() |
String |
toString() |
Copyright © 2025. All Rights Reserved.