Home | History | Annotate | Download | only in BaseOrderedCollectionRedBlackTreeLib

Lines Matching full:node2

401       LeftChild       Node1   --->   Node2           Pivot

403 Node2 LeftRightChild LeftRightChild Node1
405 The ordering Node2 < LeftChild < LeftRightChild < Pivot < Node1 is kept
466 Node1 RightChild ---> Pivot Node2
468 RightLeftChild Node2 Node1 RightLeftChild
470 The ordering Node1 < Pivot < RightLeftChild < RightChild < Node2 is kept