org.apache.pekko.util.PriorityQueueStabilizer
See thePriorityQueueStabilizer companion object
trait PriorityQueueStabilizer[E <: AnyRef] extends AbstractQueue[E]
PriorityQueueStabilizer wraps a priority queue so that it respects FIFO for elements of equal priority.
Attributes
- Companion
- object
- Source
- StablePriorityQueue.scala
- Graph
-
- Supertypes
-
class AbstractQueue[E]trait Queue[E]class AbstractCollection[E]trait Collection[E]trait Iterable[E]class Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
AbstractCollection -> Collection -> Iterable
- Source
- StablePriorityQueue.scala
Attributes
- Definition Classes
-
Queue
- Source
- StablePriorityQueue.scala
Attributes
- Definition Classes
-
Queue
- Source
- StablePriorityQueue.scala
Attributes
- Definition Classes
-
Queue
- Source
- StablePriorityQueue.scala
Attributes
- Definition Classes
-
AbstractCollection -> Collection
- Source
- StablePriorityQueue.scala
Inherited methods
Attributes
- Inherited from:
- AbstractCollection
Attributes
- Inherited from:
- AbstractQueue
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- AbstractQueue
Attributes
- Inherited from:
- AbstractCollection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- AbstractCollection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- AbstractCollection
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- AbstractCollection
Abstract fields
Attributes
- Source
- StablePriorityQueue.scala
Concrete fields
Attributes
- Source
- StablePriorityQueue.scala
In this article