protected static final class ILRedBlackBST.Node<V> extends IXXRedBlackBST.Node
B=49+V(类型字节)+对齐填充
V
val
key
left, red, right, size
Node(int key, V val)
Node(int key, V val, boolean red)
left, right
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public V val
public Node(int key, V val, boolean red)
public Node(int key, V val)
Copyright © 2022. All rights reserved.