Class KeyValue


  • public class KeyValue
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String key  
      byte[] value  
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyValue​(java.lang.String key, byte[] 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 final java.lang.String key
      • value

        public final byte[] value
    • Constructor Detail

      • KeyValue

        public KeyValue​(java.lang.String key,
                        byte[] value)