Modifier and Type | Class and Description |
---|---|
class |
RBTree |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHeapNodeManager<E extends Comparable<E>> |
class |
HeapFreeNodeManager |
class |
HeapIdNodeManager |
Modifier and Type | Class and Description |
---|---|
class |
RBTNodeManager<E>
red black tree node management in memory
|
Modifier and Type | Method and Description |
---|---|
static RedBlackTree |
RedBlackTree.newInstance(IInstanceFactory instanceFactory,
IRBTNodeManager nodeManager,
boolean manageNodeIndex,
boolean uniqueValue) |
Constructor and Description |
---|
RedBlackTree(IInstanceFactory instanceFactory,
IRBTNodeManager<E> nodeManager,
boolean manageNodeIndex,
boolean uniqueValue) |
RedBlackTree(IRBTNodeManager<E> nodeManager,
boolean manageNodeIndex,
boolean uniqueValue)
construct the red black tree using a node manager
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataRecordIdentifierRBTNodeManager
specialization for RBT node having element of type
DataRecordIdentifier |
class |
AbstractGarbageRBTNodeManager<E>
generic for
IHeapRecordable and IRBTNode managementprovide IRBTNode implementation and heap recordable management |
class |
GarbageCandidateRBTNodeManager
red black tree node manager for garbage candidate tree
|
class |
GarbageReferenceLinkRBTNodeManager
red black tree node manager for garbage reference link tree
|
class |
ToGarbageRBTNodeManager
red black tree node manager for to garbage tree
|
class |
ToVisitRBTNodeManager
red black tree node manager for to visit by garbage collector tree
|
class |
VisitedRBTNodeManager
red black tree node manager for visited by garbage collector tree
|
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.