SortedSet

constructor(values: Collection<E>, comparator: Comparator<E>, hash: (E) -> Int = { it.hashCode() })(source)