net.walend.disentangle.heap.HeapOrdering
The heap moves the greatest value to the top, according to some HeapOrdering.
Attributes
- K
the key type in this heap map.
- Graph
- Supertypes
trait PartialOrdering[K]
trait Equiv[K]
trait Serializable
class Object
trait Matchable
class Any
- Known subtypes
Members list
Concise view
Value members
A key that will among items on the bottom of the heap. Used primarily to add items that will eventually flow higher.
A key that will among items on the bottom of the heap. Used primarily to add items that will eventually flow higher.
Attributes
A key that will always be at the top of the heap if present at all. Used to efficiently remove items from the heap.
A key that will always be at the top of the heap if present at all. Used to efficiently remove items from the heap.
Attributes
Attributes
- Throws:
IllegalArgumentException
if the key is unusable
Attributes
- Inherited from:
- PartialOrdering
Attributes
- Inherited from:
- PartialOrdering
Attributes
- Inherited from:
- PartialOrdering
Attributes
- Inherited from:
- PartialOrdering
Attributes
- Inherited from:
- PartialOrdering
Attributes
- Inherited from:
- PartialOrdering
Attributes
- Inherited from:
- PartialOrdering