org.mapdb
Class BTreeMap.LeafNode

java.lang.Object
  extended by org.mapdb.BTreeMap.LeafNode
All Implemented Interfaces:
BTreeMap.BNode
Enclosing class:
BTreeMap<K,V>

protected static final class BTreeMap.LeafNode
extends Object
implements BTreeMap.BNode


Method Summary
 long[] child()
           
 Object highKey()
           
 boolean isLeaf()
           
 Object[] keys()
           
 long next()
           
 String toString()
           
 Object[] vals()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isLeaf

public boolean isLeaf()
Specified by:
isLeaf in interface BTreeMap.BNode

keys

public Object[] keys()
Specified by:
keys in interface BTreeMap.BNode

vals

public Object[] vals()
Specified by:
vals in interface BTreeMap.BNode

highKey

public Object highKey()
Specified by:
highKey in interface BTreeMap.BNode

child

public long[] child()
Specified by:
child in interface BTreeMap.BNode

next

public long next()
Specified by:
next in interface BTreeMap.BNode

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.