Uses of Interface
com.google.cloud.firestore.collection.LLRBNode
Packages that use LLRBNode
-
Uses of LLRBNode in com.google.cloud.firestore.collection
Classes in com.google.cloud.firestore.collection that implement LLRBNodeModifier and TypeClassDescriptionclassLLRBBlackValueNode<K,V> classLLRBEmptyNode<K,V> classLLRBRedValueNode<K,V> classLLRBValueNode<K,V> Methods in com.google.cloud.firestore.collection that return LLRBNodeModifier and TypeMethodDescriptionLLRBEmptyNode.getLeft()LLRBNode.getLeft()LLRBValueNode.getLeft()LLRBEmptyNode.getMax()LLRBNode.getMax()LLRBValueNode.getMax()LLRBEmptyNode.getMin()LLRBNode.getMin()LLRBValueNode.getMin()LLRBEmptyNode.getRight()LLRBNode.getRight()LLRBValueNode.getRight()LLRBEmptyNode.insert(K key, V value, Comparator<K> comparator) LLRBNode.insert(K key, V value, Comparator<K> comparator) LLRBValueNode.insert(K key, V value, Comparator<K> comparator) LLRBEmptyNode.remove(K key, Comparator<K> comparator) LLRBNode.remove(K key, Comparator<K> comparator) LLRBValueNode.remove(K key, Comparator<K> comparator) Methods in com.google.cloud.firestore.collection with parameters of type LLRBNodeModifier and TypeMethodDescriptionprotected LLRBValueNode<K,V> protected LLRBValueNode<K,V> protected abstract LLRBValueNode<K,V>