class WrappedElementComparator[E] extends Comparator[WrappedElement[E]]
Ordering
- Alphabetic
- By Inheritance
Inherited
- WrappedElementComparator
- Comparator
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new WrappedElementComparator(cmp: Comparator[E])
Value Members
- val cmp: Comparator[E]
-
def
compare(e1: WrappedElement[E], e2: WrappedElement[E]): Int
- Definition Classes
- WrappedElementComparator → Comparator
-
def
reversed(): Comparator[WrappedElement[E]]
- Definition Classes
- Comparator
-
def
thenComparing[U <: Comparable[_ >: U]](arg0: Function[_ >: WrappedElement[E], _ <: U]): Comparator[WrappedElement[E]]
- Definition Classes
- Comparator
-
def
thenComparing[U](arg0: Function[_ >: WrappedElement[E], _ <: U], arg1: Comparator[_ >: U]): Comparator[WrappedElement[E]]
- Definition Classes
- Comparator
-
def
thenComparing(arg0: Comparator[_ >: WrappedElement[E]]): Comparator[WrappedElement[E]]
- Definition Classes
- Comparator
-
def
thenComparingDouble(arg0: ToDoubleFunction[_ >: WrappedElement[E]]): Comparator[WrappedElement[E]]
- Definition Classes
- Comparator
-
def
thenComparingInt(arg0: ToIntFunction[_ >: WrappedElement[E]]): Comparator[WrappedElement[E]]
- Definition Classes
- Comparator
-
def
thenComparingLong(arg0: ToLongFunction[_ >: WrappedElement[E]]): Comparator[WrappedElement[E]]
- Definition Classes
- Comparator