Package org.jivesoftware.smack.util
Class Pair<F,S>
- java.lang.Object
-
- org.jivesoftware.smack.util.Pair<F,S>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <F,S>
Pair<F,S>create(F first, S second)static <F,S>
Pair<F,S>createAndInitHashCode(F first, S second)booleanequals(Object object)FgetFirst()SgetSecond()inthashCode()
-
-
-
Method Detail
-
createAndInitHashCode
public static <F,S> Pair<F,S> createAndInitHashCode(F first, S second)
-
-