Modifier and type | Property and description |
---|---|
protected ConcurrentCollectionFactory | concurrentCollectionFactory
Replies the factory for building concurrent collections. |
Modifier and type | Action and description |
---|---|
ConcurrentList<T> | createList |
java.util.concurrent.ConcurrentMap<K,V> | createMap([Comparator<T>]) |
ConcurrentSet<T> | createSet([Comparator<T>]) |
protected ConcurrentCollectionFactory | getConcurrentCollectionFactory
Replies the factory for building concurrent collections. |
protected val concurrentCollectionFactory : ConcurrentCollectionFactory
This property is an alias for the action: getConcurrentCollectionFactory
new(Provider<T>)
def createList : ConcurrentList<T>with E
def createMap([Comparator<T>]) : java.util.concurrent.ConcurrentMap<K,V>with K, V
def createSet([Comparator<T>]) : ConcurrentSet<T>with E
protected def getConcurrentCollectionFactory : ConcurrentCollectionFactory