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
           
 java.lang.Object element
           
 
Constructor Summary
BTreeSet.Entry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

public java.lang.Object element

child

public BTreeSet.BTreeNode child
Constructor Detail

BTreeSet.Entry

public BTreeSet.Entry()