Class KeyValue<K,​V>


  • public class KeyValue<K,​V>
    extends java.lang.Object
    KeyValue compatibility stub for Valkey GLIDE wrapper.
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyValue​(K key, V value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      K getKey()  
      V getValue()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • KeyValue

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

      • getKey

        public K getKey()
      • getValue

        public V getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object