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

name.remal.java.util.SortedSet.kt Maven / Gradle / Ivy

package name.remal

import java.util.Collections.synchronizedSortedSet
import java.util.SortedSet

fun  SortedSet.asSynchronized(): SortedSet = synchronizedSortedSet(this)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy