Class Pair<A,B>

java.lang.Object
com.kamikazejam.kamicommon.util.data.Pair<A,B>

public class Pair<A,B> extends Object
This is just a helpful class to store an object of two objects. Called a Pair.
  • Method Details

    • of

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object