Modifier and type | Action and description |
---|---|
ConcurrentCollection<T> | newCollection |
ConcurrentCollection<T> | newCollection(Collection<E>) |
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 newSet(Comparator<T>) : ConcurrentSet<T>with T
def newSet(Comparator<T>,Collection<E>) : ConcurrentSet<T>with T