Class Pair


  • public class Pair
    extends java.lang.Object
    Pair class.
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(java.lang.String name, java.lang.String value)
      Pair constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      getName method.
      java.lang.String getValue()
      getValue method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Pair

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

      • getName

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

        public java.lang.String getValue()
        getValue method.
        Returns:
        String