final HelperBinaryConversion helperBinaryConversion) {
super();
this.heapRecordableManager = heapRecordableManager;
this.helperBinaryConversion = helperBinaryConversion;
/* to garbage node manager for red black tree */
final ToVisitRBTNodeManager toVisitNodeManager;
toVisitNodeManager = new ToVisitRBTNodeManager(storeHeader,
heapRecordableManager, helperBinaryConversion);
toVisitTree = new RedBlackTree<DataRecordIdentifier>(
toVisitNodeManager, false, true);
}