Class PairT<X,Y>

java.lang.Object
llnl.gnem.core.util.PairT<X,Y>
All Implemented Interfaces:
Serializable

public class PairT<X,Y> extends Object implements Serializable
See Also:
  • Constructor Details

    • PairT

      public PairT(X first, Y second)
  • Method Details

    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getFirst

      public X getFirst()
    • getSecond

      public Y getSecond()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object