org.apache.xindice.core.filer
Class BTree.BTreeRootInfo
java.lang.Object
|
+--org.apache.xindice.core.filer.BTree.BTreeRootInfo
- Enclosing class:
- BTree
- public final class BTree.BTreeRootInfo
- extends java.lang.Object
BTreeRootInfo
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BTree.BTreeRootInfo
public BTree.BTreeRootInfo(BTree.BTreeRootInfo parent,
java.lang.String name,
long page)
BTree.BTreeRootInfo
public BTree.BTreeRootInfo(BTree.BTreeRootInfo parent,
Value name,
long page)
BTree.BTreeRootInfo
public BTree.BTreeRootInfo(java.lang.String name,
long page)
BTree.BTreeRootInfo
public BTree.BTreeRootInfo(Value name,
long page)
getParent
public BTree.BTreeRootInfo getParent()
getName
public Value getName()
getPage
public long getPage()
setPage
public void setPage(long page)
Copyright (c) 1999-2001 The Apache Software Foundation