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

Class Summary
CompPair<A extends Comparable<A>,B extends Comparable<B>> 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.
Maps  
myAux  
Pair<A,B> A Pair of objects delegating hashCode and equals to its members.
SamePair<T> A Pair that requires both members to be of the same type.