io.sarl.lang.core.util
Class NoConcurrencyCollectionFactory
All Superinterfaces:
ConcurrentCollectionFactory
class NoConcurrencyCollectionFactory
extends java.lang.Object
implements ConcurrentCollectionFactory
Factory of collections that are not thread-safe.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
core
Since:
0.12
See:
DefaultConcurrentCollectionFactory
Constructor Summary
Constructor and description
new
Action Summary
Constructor Details
new
new
Action Details
newCollection
def newCollection : ConcurrentCollection<T>

with T

newCollection(Collection<E>)
def newCollection(Collection<E>) : ConcurrentCollection<T>

with T

newSet(Comparator<T>)
def newSet(Comparator<T>) : ConcurrentSet<T>

with T

newSet(Comparator<T>,Collection<E>)
def newSet(Comparator<T>,Collection<E>) : ConcurrentSet<T>

with T