Class KeyValue


  • public class KeyValue
    extends Object
    • Constructor Detail

      • KeyValue

        public KeyValue​(Object[] key,
                        Object[] value)
    • Method Detail

      • getKey

        public Object[] getKey()
      • getValue

        public Object[] getValue()