Package | Description |
---|---|
com.google.cloud.firestore.collection |
Modifier and Type | Class and Description |
---|---|
class |
LLRBBlackValueNode<K,V> |
class |
LLRBRedValueNode<K,V> |
Modifier and Type | Method and Description |
---|---|
LLRBValueNode<K,V> |
LLRBValueNode.copy(K key,
V value,
LLRBNode.Color color,
LLRBNode<K,V> left,
LLRBNode<K,V> right) |
protected LLRBValueNode<K,V> |
LLRBBlackValueNode.copy(K key,
V value,
LLRBNode<K,V> left,
LLRBNode<K,V> right) |
protected abstract LLRBValueNode<K,V> |
LLRBValueNode.copy(K key,
V value,
LLRBNode<K,V> left,
LLRBNode<K,V> right) |
protected LLRBValueNode<K,V> |
LLRBRedValueNode.copy(K key,
V value,
LLRBNode<K,V> left,
LLRBNode<K,V> right) |
Copyright © 2019 Google LLC. All rights reserved.