Class Asyncc.KeyValue<K,V>

  • Enclosing class:
    Asyncc

    public static class Asyncc.KeyValue<K,V>
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      KeyValue​(java.util.Map.Entry<K,V> m)  
      KeyValue​(K key, V value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        public K key
      • value

        public V value
    • Constructor Detail

      • KeyValue

        public KeyValue​(K key,
                        V value)
      • KeyValue

        public KeyValue​(java.util.Map.Entry<K,V> m)