atomicHashSetOf

Returns an empty AtomicSet that does not guarantee preservation of iteration order, but may be faster.


fun <E> atomicHashSetOf(vararg elements: E): AtomicSet<E>

Returns an AtomicSet that does not guarantee preservation of iteration order, but may be faster.