Class LLRBNode.NodeVisitor<K,V> (3.17.0)

public abstract static class LLRBNode.NodeVisitor<K,V> implements LLRBNode.ShortCircuitingNodeVisitor<K,V>

Inheritance

java.lang.Object > LLRBNode.NodeVisitor<K,V>

Implements

com.google.cloud.firestore.collection.LLRBNode.ShortCircuitingNodeVisitor<K,V>

Type Parameters

NameDescription
K
V

Constructors

NodeVisitor()

public NodeVisitor()

Methods

shouldContinue(K key, V value)

public boolean shouldContinue(K key, V value)
Parameters
NameDescription
keyK
valueV
Returns
TypeDescription
boolean

visitEntry(K key, V value)

public abstract void visitEntry(K key, V value)
Parameters
NameDescription
keyK
valueV