public abstract static class LLRBNode.NodeVisitor<K,V> extends Object implements LLRBNode.ShortCircuitingNodeVisitor<K,V>
Constructor and Description |
---|
NodeVisitor() |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldContinue(K key,
V value) |
abstract void |
visitEntry(K key,
V value) |
public boolean shouldContinue(K key, V value)
shouldContinue
in interface LLRBNode.ShortCircuitingNodeVisitor<K,V>
Copyright © 2019 Google LLC. All rights reserved.