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