| Modifier and type | Property and description |
|---|---|
| ConcurrentCollectionFactory | concurrentCollectionFactory
Replies the factory of concurrent collections. |
| Constructor and description |
|---|
| new(Provider<T>,Provider<T>,Provider<T>,Provider<T>) |
| Modifier and type | Action and description |
|---|---|
| ConcurrentCollectionFactory | getConcurrentCollectionFactory
Replies the factory of concurrent collections. |
| SmartListenerCollection<T> | newListenerCollection
Replies a new listener collections. |
| java.util.concurrent.locks.Lock | newLock
Replies the provider of locks. |
| java.util.concurrent.locks.ReadWriteLock | newReadWriteLock
Replies the provider of read-write locks. |
val concurrentCollectionFactory : ConcurrentCollectionFactory
This property is an alias for the action: getConcurrentCollectionFactory
new(Provider<T>,Provider<T>,Provider<T>,Provider<T>)
def getConcurrentCollectionFactory : ConcurrentCollectionFactory
def newListenerCollection : SmartListenerCollection<T>with T extends java.util.EventListener
def newLock : java.util.concurrent.locks.Lock
def newReadWriteLock : java.util.concurrent.locks.ReadWriteLock