Class LLRBRedValueNode<K,V>
java.lang.Object
com.google.cloud.firestore.collection.LLRBValueNode<K,V>
com.google.cloud.firestore.collection.LLRBRedValueNode<K,V>
- All Implemented Interfaces:
LLRBNode<K,V>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.cloud.firestore.collection.LLRBNode
LLRBNode.Color, LLRBNode.NodeVisitor<K,V>, LLRBNode.ShortCircuitingNodeVisitor<K, V> -
Method Summary
Methods inherited from class com.google.cloud.firestore.collection.LLRBValueNode
copy, getKey, getLeft, getMax, getMin, getRight, getValue, inOrderTraversal, insert, isEmpty, remove, shortCircuitingInOrderTraversal, shortCircuitingReverseOrderTraversal
-
Method Details
-
getColor
- Specified by:
getColorin classLLRBValueNode<K,V>
-
isRed
public boolean isRed() -
size
public int size() -
copy
- Specified by:
copyin classLLRBValueNode<K,V>
-