Class LLRBValueNode<K,V>

java.lang.Object
com.google.cloud.firestore.collection.LLRBValueNode<K,V>
All Implemented Interfaces:
LLRBNode<K,V>
Direct Known Subclasses:
LLRBBlackValueNode, LLRBRedValueNode

@InternalApi public abstract class LLRBValueNode<K,V> extends Object implements LLRBNode<K,V>