protected static final class IDRedBlackBST.Node extends IXXRedBlackBST.Node
B=56
double
val
key
left, red, right, size
Node(int key, double val)
Node(int key, double val, boolean red)
left, right
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public double val
public Node(int key, double val, boolean red)
public Node(int key, double val)
Copyright © 2022. All rights reserved.