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