Uses of Class
org.jboss.marshalling.Pair
-
Packages that use Pair Package Description org.jboss.marshalling The marshalling API. -
-
Uses of Pair in org.jboss.marshalling
Methods in org.jboss.marshalling that return Pair Modifier and Type Method Description static <A,B>
Pair<A,B>Pair. create(A a, B b)
Create a new instance.Methods in org.jboss.marshalling with parameters of type Pair Modifier and Type Method Description boolean
Pair. equals(Pair<?,?> other)
Determine if this pair equals another.
-