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

    Modifier and Type
    Method
    Description
    get(K key, int hash, int bitsConsumed)
     
    put(K key, V value, int hash, int bitsConsumed)
     
    int