summaryrefslogtreecommitdiff
path: root/test/files/run/priorityQueue.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-33/+33
|
* Fixes priority queues and makes them iterables ...Aleksandar Pokopec2010-07-291-346/+337
| | | | | Fixes priority queues and makes them iterables now.
* Added merge function to HashTrie.merge. No review.Aleksandar Pokopec2010-07-281-0/+36
|
* Added reverse capabilities to PriorityQueue.Aleksandar Pokopec2009-11-241-0/+49
|
* Priority queue reverse is undefined - overriden...Aleksandar Pokopec2009-11-221-10/+30
| | | | | | Priority queue reverse is undefined - overriden to throw an exception. Reverse iterator seems to have sense - it is overriden and is defined, and some methods in SeqLike are implemented in terms of it.
* Changes made in the clean up phase - now the sy...Aleksandar Pokopec2009-11-201-0/+3
| | | | | Changes made in the clean up phase - now the symbols get interned during classload for each symbol literal - references to them reside in static fields. These static fields get initialized in static constructors - the java backend will now identify ctors with static flags and generate a static initializer containing the necessary code.
* Priority queue test, updated.Aleksandar Pokopec2009-11-201-1/+1
|
* Priority queue test.Aleksandar Pokopec2009-11-201-16/+266
|
* Reintegrated PriorityQueue.Paul Phillips2009-05-271-0/+24