public abstract class NBPlusTreeStoreMemNode<K extends Comparable<K>,V> extends Object implements net.thevpc.nuts.util.NBPlusTree.Node<K,V>
| Constructor and Description |
|---|
NBPlusTreeStoreMemNode() |
| Modifier and Type | Method and Description |
|---|---|
int |
maxSize() |
int |
minSize() |
net.thevpc.nuts.util.NBPlusTree.IntermediateNode<K,V> |
parent() |
int |
size() |
public net.thevpc.nuts.util.NBPlusTree.IntermediateNode<K,V> parent()
parent in interface net.thevpc.nuts.util.NBPlusTree.Node<K extends Comparable<K>,V>public int size()
size in interface net.thevpc.nuts.util.NBPlusTree.Node<K extends Comparable<K>,V>public int minSize()
minSize in interface net.thevpc.nuts.util.NBPlusTree.Node<K extends Comparable<K>,V>public int maxSize()
maxSize in interface net.thevpc.nuts.util.NBPlusTree.Node<K extends Comparable<K>,V>Copyright © 2026 vpc open source initiative. All rights reserved.