Package io.grpc
Class PersistentHashArrayMappedTrie.Leaf<K,V>
java.lang.Object
io.grpc.PersistentHashArrayMappedTrie.Leaf<K,V>
- All Implemented Interfaces:
PersistentHashArrayMappedTrie.Node<K,
V>
- Enclosing class:
PersistentHashArrayMappedTrie
static final class PersistentHashArrayMappedTrie.Leaf<K,V>
extends Object
implements PersistentHashArrayMappedTrie.Node<K,V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
-
Constructor Details
-
Leaf
-
-
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>
-
toString
-