org.mapdb
Interface BTreeMap.BNode

All Known Implementing Classes:
BTreeMap.DirNode, BTreeMap.LeafNode
Enclosing class:
BTreeMap<K,V>

protected static interface BTreeMap.BNode

common interface for BTree node


Method Summary
 long[] child()
           
 Object highKey()
           
 boolean isLeaf()
           
 Object[] keys()
           
 long next()
           
 Object[] vals()
           
 

Method Detail

isLeaf

boolean isLeaf()

keys

Object[] keys()

vals

Object[] vals()

highKey

Object highKey()

child

long[] child()

next

long next()


Copyright © 2014. All Rights Reserved.