Class Pair


  • public class Pair
    extends Object
    Pair class.
    • Constructor Detail

      • Pair

        public Pair​(String name,
                    String value)
        Pair constructor.
        Parameters:
        name - The pair name
        value - The pair value
    • Method Detail

      • getName

        public String getName()
        getName method.
        Returns:
        String
      • getValue

        public String getValue()
        getValue method.
        Returns:
        String