Class Pair

  • All Implemented Interfaces:
    java.lang.Comparable<Pair>

    public class Pair
    extends java.lang.Object
    implements java.lang.Comparable<Pair>

    This class subject to change without prior notice, Please dont use this class directly.

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(Pair aPair)  
      java.lang.String getName()  
      java.lang.String getValue()  
      • 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)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getValue

        public java.lang.String getValue()
      • compareTo

        public int compareTo​(Pair aPair)
        Specified by:
        compareTo in interface java.lang.Comparable<Pair>