Method SetBottom
SetBottom(Int32)
Set the bottom slot, ie the "weakest" (sorted last) entry in the queue. When CompareBottom(Int32) is called, you should compare against this slot. This will always be called before CompareBottom(Int32).
Declaration
public abstract void SetBottom(int slot)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | slot | The currently weakest (sorted last) slot in the queue |