Contains true at the rank k if the k-th element of "greater" is
actually greater than that of smaller: this.comparisons.get(k) = ( this.greater.get(k) >
this.smaller.get(k) ), where '>' does not correspond to a comparison between integers
but to the one given by a Comparator instance.