Uses of Interface
com.google.cloud.firestore.collection.LLRBNode.ShortCircuitingNodeVisitor
Packages that use LLRBNode.ShortCircuitingNodeVisitor
-
Uses of LLRBNode.ShortCircuitingNodeVisitor in com.google.cloud.firestore.collection
Classes in com.google.cloud.firestore.collection that implement LLRBNode.ShortCircuitingNodeVisitorMethods in com.google.cloud.firestore.collection with parameters of type LLRBNode.ShortCircuitingNodeVisitorModifier and TypeMethodDescriptionbooleanLLRBEmptyNode.shortCircuitingInOrderTraversal(LLRBNode.ShortCircuitingNodeVisitor<K, V> visitor) booleanLLRBNode.shortCircuitingInOrderTraversal(LLRBNode.ShortCircuitingNodeVisitor<K, V> visitor) booleanLLRBValueNode.shortCircuitingInOrderTraversal(LLRBNode.ShortCircuitingNodeVisitor<K, V> visitor) booleanLLRBEmptyNode.shortCircuitingReverseOrderTraversal(LLRBNode.ShortCircuitingNodeVisitor<K, V> visitor) booleanLLRBNode.shortCircuitingReverseOrderTraversal(LLRBNode.ShortCircuitingNodeVisitor<K, V> visitor) booleanLLRBValueNode.shortCircuitingReverseOrderTraversal(LLRBNode.ShortCircuitingNodeVisitor<K, V> visitor)