Modifier and type | Action and description |
---|---|
abstract ConcurrentCollection<T> | newCollection Create a concurrent collection. |
abstract ConcurrentCollection<T> | newCollection(Collection<E>) Create a concurrent collection. |
abstract ConcurrentSet<T> | newSet(Comparator<T>) Create a concurrent set. |
abstract ConcurrentSet<T> | newSet(Comparator<T>,Collection<E>) Create a concurrent collection. |
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