open class IPriorityQueue { fun extract() : T fun add(item : T) val isEmpty : Boolean }