public abstract class NBPlusTreeStoreMemNode<K extends Comparable<K>,V> extends Object implements NBPlusTree.Node<K,V>
| Constructor and Description |
|---|
NBPlusTreeStoreMemNode() |
| Modifier and Type | Method and Description |
|---|---|
int |
maxSize() |
int |
minSize() |
NBPlusTree.IntermediateNode<K,V> |
parent() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfirstKey, isLeafpublic NBPlusTree.IntermediateNode<K,V> parent()
parent in interface NBPlusTree.Node<K extends Comparable<K>,V>public int size()
size in interface NBPlusTree.Node<K extends Comparable<K>,V>public int minSize()
minSize in interface NBPlusTree.Node<K extends Comparable<K>,V>public int maxSize()
maxSize in interface NBPlusTree.Node<K extends Comparable<K>,V>Copyright © 2026 vpc open source initiative. All rights reserved.