public class OrderedPair<T extends Comparable<T>>
extends Object
simple pair class used for cache keys where the result is symmetric, e.g.
similarity measures. Order o1 and o2 so that the results of the comparison is
the same, regardless of the order of o1 and o2.