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

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

package name.remal

import java.util.Collections.synchronizedNavigableSet
import java.util.NavigableSet

fun  NavigableSet.asSynchronized(): NavigableSet = synchronizedNavigableSet(this)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy