public static class BTreeSet.Entry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
BTreeSet.BTreeNode |
child |
java.lang.Object |
element |
Constructor and Description |
---|
Entry() |
public java.lang.Object element
public BTreeSet.BTreeNode child
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.