Class KVP

    • Constructor Detail

      • KVP

        public KVP​(Object... pairs)
        A linked HashMap set up for easy construction.

        Example: KVP map = new KVP("foo",1,"bar,2);

    • Method Detail

      • add

        public void add​(String key,
                        Object value)
        An additive version of put; will add additional values resulting in a list.