Uses of Class
org.jivesoftware.smack.util.Pair
Packages that use Pair
Package
Description
Utility classes.
Bits of Binary providers.
-
Uses of Pair in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util that return PairModifier and TypeMethodDescriptionstatic <F,S> Pair<F, S> Pair.create(F first, S second) static <F,S> Pair<F, S> Pair.createAndInitHashCode(F first, S second) -
Uses of Pair in org.jivesoftware.smackx.bob.provider
Methods in org.jivesoftware.smackx.bob.provider that return PairModifier and TypeMethodDescriptionBoBProviderUtil.parseContentIdAndBobData(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)