ConcurrentSet
class ConcurrentSet<K> :
ConcurrentCollection<K>,
MutableSet<K>
Constructors
ConcurrentSet( |
Inherited Properties
open val size: Int |
Inherited Functions
open fun addAll(elements: Collection<E>): Boolean |
|
open fun clear(): Unit |
|
open fun containsAll(elements: Collection<E>): Boolean |
|
open fun isEmpty(): Boolean |
|
open fun iterator(): MutableIterator<E> |
|
open fun removeAll(elements: Collection<E>): Boolean |
|
open fun retainAll(elements: Collection<E>): Boolean |