Uses of Class
org.jivesoftware.smack.util.Pair
-
Packages that use Pair Package Description org.jivesoftware.smack.util Utility classes.org.jivesoftware.smackx.bob.provider Bits of Binary providers. -
-
Uses of Pair in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util that return Pair Modifier and Type Method Description static <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 Pair Modifier and Type Method Description static Pair<ContentId,BoBData>
BoBProviderUtil. parseContentIdAndBobData(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-