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
Fields in org.jboss.marshalling with type parameters of type Pair Modifier and Type Field Description private java.util.List<Pair<ClassTable,ClassTable.Writer>>
ChainingClassTable. writers
private java.util.List<Pair<ObjectTable,ObjectTable.Writer>>
ChainingObjectTable. writers
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.private static Pair<ClassTable,ClassTable.Writer>
ChainingClassTable. pair(ClassTable classTable, ClassTable.Writer writer)
private static Pair<ObjectTable,ObjectTable.Writer>
ChainingObjectTable. pair(ObjectTable objectTable, ObjectTable.Writer writer)
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.
-