Modifier and Type | Field and Description |
---|---|
protected RedBlackTree<E> |
TreeMem.redBlackTree |
protected RedBlackTree<E> |
Tree.redBlackTree |
Modifier and Type | Method and Description |
---|---|
RedBlackTree<Integer> |
HeapFileDataManager.getFreeNodeTree() |
RedBlackTree<DataRecordIdentifier> |
HeapFileDataManager.getIdNodeTree() |
Modifier and Type | Method and Description |
---|---|
RedBlackTree<E> |
AbstractPTreeSet.getTree() |
RedBlackTree<ILinkedListSupportNode<E>> |
AbstractPLinkedTreeSet.getTree() |
Modifier and Type | Method and Description |
---|---|
RedBlackTree<ILinkedListSupportNode<E>> |
LinkedTreeSupport.getTree() |
Modifier and Type | Field and Description |
---|---|
protected RedBlackTree<E> |
TreeSupport.tree
not transient for persistence
|
Modifier and Type | Method and Description |
---|---|
RedBlackTree<E> |
TreeSupport.getTree() |
Modifier and Type | Method and Description |
---|---|
static RedBlackTree |
RedBlackTree.newInstance(IInstanceFactory instanceFactory,
IRBTNodeManager nodeManager,
boolean manageNodeIndex,
boolean uniqueValue) |
Modifier and Type | Method and Description |
---|---|
static RBTNodeListIterator |
RBTNodeListIterator.newInstance(IInstanceFactory instanceFactory,
RedBlackTree tree) |
static RBTNodeListIterator |
RBTNodeListIterator.newInstance(IInstanceFactory instanceFactory,
RedBlackTree tree,
int index) |
Constructor and Description |
---|
RBTNodeListIterator(RedBlackTree<E> tree) |
RBTNodeListIterator(RedBlackTree<E> tree,
int index) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.