IteratorComparable<U, T extends Comparable<U> > extension
- on
-
- RIterator<
T>
- RIterator<
Methods
-
cmp(
Iterator< U> other) → int -
Available on RIterator<
Lexicographically compares the elements of this Iterator with those of another. Less = -1 Equal = 0 Greater = 1T> , provided by the IteratorComparable extension -
ge(
Iterator< U> other) → bool -
Available on RIterator<
Determines if the elements of this Iterator are lexicographically greater than or equal to those of another.T> , provided by the IteratorComparable extension -
gt(
Iterator< U> other) → bool -
Available on RIterator<
Determines if the elements of this Iterator are lexicographically greater than those of another.T> , provided by the IteratorComparable extension -
le(
Iterator< U> other) → bool -
Available on RIterator<
Determines if the elements of this Iterator are lexicographically less or equal to those of another.T> , provided by the IteratorComparable extension -
lt(
Iterator< U> other) → bool -
Available on RIterator<
Determines if the elements of this Iterator are lexicographically less than those of another.T> , provided by the IteratorComparable extension -
ne(
Iterator< U> other) → bool -
Available on RIterator<
Determines if the elements of this Iterator are not equal to those of another.T> , provided by the IteratorComparable extension