Class KeyValuePair

    • Field Detail

      • EMPTY_ARRAY

        public static final KeyValuePair[] EMPTY_ARRAY
        The empty array.
    • Constructor Detail

      • KeyValuePair

        public KeyValuePair​(String key,
                            String value)
        Constructs a key/value pair. The constructor should only be called from test classes.
        Parameters:
        key - The key.
        value - The value.