class BoundedPriorityQueue[A] extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BoundedPriorityQueue
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def ++=(xs: TraversableOnce[A]): BoundedPriorityQueue.this.type
- def +=(a: A): BoundedPriorityQueue.this.type
- def enqueue(elems: A*): BoundedPriorityQueue[A]
- def iterator(): Iterator[A]
- val maxSize: Int
- def peek(): A
- val pq: PriorityQueue[A]