Package io.grpc
Class PersistentHashArrayMappedTrie.CollisionLeaf<K,V>
java.lang.Object
io.grpc.PersistentHashArrayMappedTrie.CollisionLeaf<K,V>
- All Implemented Interfaces:
PersistentHashArrayMappedTrie.Node<K,
V>
- Enclosing class:
PersistentHashArrayMappedTrie
static final class PersistentHashArrayMappedTrie.CollisionLeaf<K,V>
extends Object
implements PersistentHashArrayMappedTrie.Node<K,V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
CollisionLeaf
(K[] keys, V[] values) (package private)
CollisionLeaf
(K key1, V value1, K key2, V value2) -
Method Summary
-
Field Details
-
keys
-
values
-
-
Constructor Details
-
CollisionLeaf
-
CollisionLeaf
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfacePersistentHashArrayMappedTrie.Node<K,
V>
-
get
- Specified by:
get
in interfacePersistentHashArrayMappedTrie.Node<K,
V>
-
put
- Specified by:
put
in interfacePersistentHashArrayMappedTrie.Node<K,
V>
-
indexOfKey
-
toString
-