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