Class KeyValuePair

    • 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.