Rename KeyedQueue to PairedQueue
This commit is contained in:
parent
17b544f8bc
commit
6e91aef421
5 changed files with 21 additions and 21 deletions
|
@ -47,7 +47,7 @@ class PureQueue[Data: Comparable](Queue[Data]):
|
|||
"""
|
||||
|
||||
|
||||
class KeyedQueue[Data, Priority: Comparable](Queue[Data]):
|
||||
class PairedQueue[Data, Priority: Comparable](Queue[Data]):
|
||||
"""
|
||||
A min-queue that allows arbitrary data associated with some priority, allowing duplicates of both data and priority.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue