Class Pair<A,B>

java.lang.Object
org.baseagent.util.Pair<A,B>

public class Pair<A,B> extends Object
  • Constructor Details

    • Pair

      public Pair()
    • Pair

      public Pair(A first, B second)
  • Method Details

    • setFirst

      public void setFirst(A first)
    • setSecond

      public void setSecond(B second)
    • getFirst

      public A getFirst()
    • getSecond

      public B getSecond()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object