当移除HashMap节点,如果是红黑树,如果不能满足一个完整的左右节点,root == null || root.right == null || (rl = root.left) == null || rl.left == null) 即根节点没有值,右一代没值 ,左一代没值,坐二代没值
评论