Class Pair<F,S>

java.lang.Object
org.jivesoftware.smack.util.Pair<F,S>

public final class Pair<F,S> extends Object
  • Method Details

    • create

      public static <F, S> Pair<F,S> create(F first, S second)
    • createAndInitHashCode

      public static <F, S> Pair<F,S> createAndInitHashCode(F first, S second)
    • getFirst

      public F getFirst()
    • getSecond

      public S getSecond()
    • hashCode

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

      public boolean equals(Object object)
      Overrides:
      equals in class Object