Changes between Version 17 and Version 18 of IMMUTABLE_TREE_R0
- Timestamp:
- 08/25/09 14:52:54 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IMMUTABLE_TREE_R0
v17 v18 47 47 Class ImmDosTree will be the implementation of Red-Black indexed tree following methods will be introduced (only description in logical sense): 48 48 49 * add element 49 * add element - ''following methods are consequence of the logical add cases in the Red-Black tree algorithm.'' 50 50 * addCase1 51 51 * addCase2 52 53 * set element 54 55 * remove element 52 * set element 53 * remove element - ''following methods are consequence of the logical remove cases in the Red-Black tree algorithm.'' 56 54 * removeCase1 57 55 * removeCase2 … … 59 57 * removeCase4 60 58 * removeCase5 61 59 * create - ''this method is used, when extending ImmDosTree class, to be overridden and to able to create an instance of the specific class, not its parent.'' 62 60 63 61 ImmDosTree's extension - ImmHashingTree contains hashable Nodes. ImmHashingTree contains static method ''getHash'', which in itself invokes a public method in the inner class ''HashingNode'', which calculates :