Package io.grpc

Class PersistentHashArrayMappedTrie.Leaf<K,​V>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private K key  
      private V value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Leaf​(K key, V value)