synchronize

fun <T> ObjectSet<T>.synchronize(): ObjectSet<T>
fun <T> ObjectArrayList<T>.synchronize(): ObjectList<T>
fun <K, V> Object2ObjectOpenHashMap<K, V>.synchronize(): Object2ObjectMap<K, V>
fun Long2LongOpenHashMap.synchronize(): Long2LongMap
fun <V> Long2ObjectOpenHashMap<V>.synchronize(): Long2ObjectMap<V>
fun LongSet.synchronize(): LongSet
fun <V> Int2ObjectMap<V>.synchronize(): Int2ObjectMap<V>
fun <K> Object2IntOpenHashMap<K>.synchronize(): Object2IntMap<K>
fun DoubleArrayList.synchronize(): DoubleList
fun IntSet.synchronize(): IntSet