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