Class KeyedListElement

  • All Implemented Interfaces:
    java.io.Serializable, java.util.Map.Entry<java.lang.String,​java.lang.String>

    public class KeyedListElement
    extends java.util.AbstractMap.SimpleImmutableEntry<java.lang.String,​java.lang.String>
    KeyedListElement compatibility stub for Valkey GLIDE wrapper.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyedListElement​(java.lang.String key, java.lang.String element)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getElement()  
      java.lang.String toString()  
      • Methods inherited from class java.util.AbstractMap.SimpleImmutableEntry

        equals, getKey, getValue, hashCode, setValue
      • Methods inherited from class java.lang.Object

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

      • KeyedListElement

        public KeyedListElement​(java.lang.String key,
                                java.lang.String element)
    • Method Detail

      • getElement

        public java.lang.String getElement()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.AbstractMap.SimpleImmutableEntry<java.lang.String,​java.lang.String>