Class | Description |
---|---|
AbstractHeapRBTNode<E extends Comparable<E>> |
heap file Red Black Tree Node for used and free heap file area management
is implementation of IRBTNode where an association is made between
this node and its image in heap file |
HeapFreeNode |
free node
the node identification value is take from HeapRecord implement the data size comparison implement reading of root free node from HeapRecord |
HeapHeader |
heap file header data
|
HeapIdNode |
record identifier node
the node identification value is take from HeapRecord implement the identification value comparison implement reading of root identification node from HeapRecord |
HeapRecord |
heap file record
|
RecordEntityTests |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.