java.lang.Object
org.benf.cfr.reader.bytecode.analysis.parse.utils.Pair<X,Y>

public class Pair<X,Y> extends Object
  • Field Details

    • x

      private final X x
    • y

      private final Y y
  • Constructor Details

    • Pair

      public Pair(X x, Y y)
  • Method Details

    • getFirst

      public X getFirst()
    • getSecond

      public Y getSecond()
    • make

      public static <A, B> Pair<A,B> make(A a, B b)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object