Uses of Class
edu.illinois.cs.cogcomp.lbj.coref.util.aux.CompPair

Packages that use CompPair
edu.illinois.cs.cogcomp.lbj.coref.util.aux   
 

Uses of CompPair in edu.illinois.cs.cogcomp.lbj.coref.util.aux
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.util.aux that return CompPair
static
<S extends java.lang.Comparable<S>,T extends java.lang.Comparable<T>>
CompPair<S,T>
CompPair.create(S s, T t)
           
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.util.aux with parameters of type CompPair
 int CompPair.compareTo(CompPair<A,B> pair)
          Comparison function for ascending order sorts, sorting first by a and then by b, using A's and B's compareTo functions.