Determines if the elements of this Iterator are not equal to those of another.
bool ne(Iterator<U> other) { return cmp(other) != 0; }