setBottom

abstract fun setBottom(slot: Int)

Set the bottom slot, ie the "weakest" (sorted last) entry in the queue. When .compareBottom is called, you should compare against this slot. This will always be called before .compareBottom.

Parameters

slot

the currently weakest (sorted last) slot in the queue