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 java.lang.Object implements PersistentHashArrayMappedTrie.Node<K,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vget(K key, int hash, int bitsConsumed)PersistentHashArrayMappedTrie.Node<K,V>put(K key, V value, int hash, int bitsConsumed)intsize()java.lang.StringtoString()
-
-
-
Method Detail
-
size
public int size()
- Specified by:
sizein interfacePersistentHashArrayMappedTrie.Node<K,V>
-
get
public V get(K key, int hash, int bitsConsumed)
- Specified by:
getin interfacePersistentHashArrayMappedTrie.Node<K,V>
-
put
public PersistentHashArrayMappedTrie.Node<K,V> put(K key, V value, int hash, int bitsConsumed)
- Specified by:
putin interfacePersistentHashArrayMappedTrie.Node<K,V>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-