org.apache.poi.hdf.model.util
Class BTreeSet.Entry

java.lang.Object
  extended by org.apache.poi.hdf.model.util.BTreeSet.Entry
Enclosing class:
BTreeSet

public static class BTreeSet.Entry
extends java.lang.Object


Field Summary
 BTreeSet.BTreeNode child
           
 PropertyNode element
           
 
Constructor Summary
BTreeSet.Entry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

public PropertyNode element

child

public BTreeSet.BTreeNode child
Constructor Detail

BTreeSet.Entry

public BTreeSet.Entry()