ConcurrentCollection
open class ConcurrentCollection<E> : MutableCollection<E>
Constructors
ConcurrentCollection( |
Properties
open val size: Int |
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 |