Class PriorityQueueExample
java.lang.Object
topics.introduction.examples.PriorityQueueExample
Demonstrates
PriorityQueue with natural ordering.
Elements are retrieved in ascending (min-heap) order regardless of insertion
order, showing that PriorityQueue does NOT preserve FIFO ordering.- Author:
- vicegd
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PriorityQueueExample
public PriorityQueueExample()
-
-
Method Details
-
main
-