All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jdk7Main.common.workarounds.SortedSet.jvm.kt Maven / Gradle / Ivy

package io.fluidsonic.stdlib

import java.util.*


internal class _InternalTreeSet : TreeSet(), MutableSet

internal actual typealias _SortedSet = _InternalTreeSet


internal actual fun  _sortedSetOf(vararg elements: T): _SortedSet =
	elements.toCollection(_InternalTreeSet())




© 2015 - 2024 Weber Informatics LLC | Privacy Policy