class WrappedElementComparator[E] extends Comparator[WrappedElement[E]]
- Source
- StablePriorityQueue.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- WrappedElementComparator
- Comparator
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
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(): [WrappedElement[E]]
- Definition Classes
- Comparator
- def thenComparing[U <: Comparable[_ >: U <: AnyRef]](arg0: [_ >: WrappedElement[E] <: AnyRef, _ <: U]): [WrappedElement[E]]
- Definition Classes
- Comparator
- def thenComparing[U <: AnyRef](arg0: [_ >: WrappedElement[E] <: AnyRef, _ <: U], arg1: Comparator[_ >: U <: AnyRef]): [WrappedElement[E]]
- Definition Classes
- Comparator
- def thenComparing(arg0: [_ >: WrappedElement[E] <: AnyRef]): [WrappedElement[E]]
- Definition Classes
- Comparator
- def thenComparingDouble(arg0: [_ >: WrappedElement[E] <: AnyRef]): [WrappedElement[E]]
- Definition Classes
- Comparator
- def thenComparingInt(arg0: [_ >: WrappedElement[E] <: AnyRef]): [WrappedElement[E]]
- Definition Classes
- Comparator
- def thenComparingLong(arg0: [_ >: WrappedElement[E] <: AnyRef]): [WrappedElement[E]]
- Definition Classes
- Comparator