Modifier and type | Action and description |
---|---|
ConcurrentCollection<T> | newCollection |
ConcurrentCollection<T> | newCollection(Collection<E>) |
ConcurrentList<T> | newList |
ConcurrentList<T> | newList(List<E>) |
java.util.concurrent.ConcurrentMap<K,V> | newMap(Comparator<T>) |
java.util.concurrent.ConcurrentMap<K,V> | newMap(Comparator<T>,Map<K,V>) |
ConcurrentSet<T> | newSet(Comparator<T>) |
ConcurrentSet<T> | newSet(Comparator<T>,Collection<E>) |
new
def newCollection : ConcurrentCollection<T>with T
def newCollection(Collection<E>) : ConcurrentCollection<T>with T
def newList : ConcurrentList<T>with T
def newList(List<E>) : ConcurrentList<T>with T
def newMap(Comparator<T>) : java.util.concurrent.ConcurrentMap<K,V>with K, V
def newMap(Comparator<T>,Map<K,V>) : java.util.concurrent.ConcurrentMap<K,V>with K, V
def newSet(Comparator<T>) : ConcurrentSet<T>with T
def newSet(Comparator<T>,Collection<E>) : ConcurrentSet<T>with T