Class BTreeNode<Key,Value>

java.lang.Object
org.apache.activemq.store.kahadb.disk.index.BTreeNode<Key,Value>

public final class BTreeNode<Key,Value> extends Object
The BTreeNode class represents a node in the BTree object graph. It is stored in one Page of a PageFile.