Package io.grpc
Interface PersistentHashArrayMappedTrie.Node<K,V>
-
- All Known Implementing Classes:
PersistentHashArrayMappedTrie.CollisionLeaf
,PersistentHashArrayMappedTrie.CompressedIndex
,PersistentHashArrayMappedTrie.Leaf
- Enclosing class:
- PersistentHashArrayMappedTrie
static interface PersistentHashArrayMappedTrie.Node<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
get(K key, int hash, int bitsConsumed)
PersistentHashArrayMappedTrie.Node<K,V>
put(K key, V value, int hash, int bitsConsumed)
int
size()
-