Class KeyedListElement

All Implemented Interfaces:
Serializable, Map.Entry<String,String>

@Deprecated public class KeyedListElement extends KeyValue<String,String>
Deprecated.
This class will be removed in next major released. Use KeyValue.
This class is used to represent a List element when it is returned with respective key name.
See Also:
  • Constructor Details

    • KeyedListElement

      public KeyedListElement(byte[] key, byte[] element)
      Deprecated.
    • KeyedListElement

      public KeyedListElement(String key, String element)
      Deprecated.
  • Method Details