Determines if the elements of this Iterator are lexicographically greater than those of another.
bool gt(Iterator<U> other) { return cmp(other) > 0; }