Uses of Package
edu.illinois.cs.cogcomp.lbj.coref.util.aux

Packages that use edu.illinois.cs.cogcomp.lbj.coref.util.aux
edu.illinois.cs.cogcomp.lbj.coref.features   
edu.illinois.cs.cogcomp.lbj.coref.ir.docs   
edu.illinois.cs.cogcomp.lbj.coref.ir.solutions   
edu.illinois.cs.cogcomp.lbj.coref.util.aux   
 

Classes in edu.illinois.cs.cogcomp.lbj.coref.util.aux used by edu.illinois.cs.cogcomp.lbj.coref.features
Pair
          A Pair of objects delegating hashCode and equals to its members.
 

Classes in edu.illinois.cs.cogcomp.lbj.coref.util.aux used by edu.illinois.cs.cogcomp.lbj.coref.ir.docs
Pair
          A Pair of objects delegating hashCode and equals to its members.
 

Classes in edu.illinois.cs.cogcomp.lbj.coref.util.aux used by edu.illinois.cs.cogcomp.lbj.coref.ir.solutions
Pair
          A Pair of objects delegating hashCode and equals to its members.
 

Classes in edu.illinois.cs.cogcomp.lbj.coref.util.aux used by edu.illinois.cs.cogcomp.lbj.coref.util.aux
CompPair
          Although Pair implements Comparable, it is only comparable if A and B implement Comparable -- if they do not, in the future, Exceptions may be thrown.
Pair
          A Pair of objects delegating hashCode and equals to its members.
SamePair
          A Pair that requires both members to be of the same type.