| Package | Description |
|---|---|
| net.digitalid.utility.concurrency.set |
Provides a concurrent set interface and implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrentHashSet<E> |
ConcurrentHashSetBuilder.InnerConcurrentHashSetBuilder.build() |
static <E> ConcurrentHashSet<E> |
ConcurrentHashSetBuilder.build() |
static <E> ConcurrentHashSet<E> |
ConcurrentHashSetBuilder.buildWithConcurrencyLevel(@Positive int concurrencyLevel) |
static <E> ConcurrentHashSet<E> |
ConcurrentHashSetBuilder.buildWithInitialCapacity(@NonNegative int initialCapacity) |
static <E> ConcurrentHashSet<E> |
ConcurrentHashSetBuilder.buildWithLoadFactor(@Positive float loadFactor) |
static <E> ConcurrentHashSet<E> |
ConcurrentHashSet.withElementsOf(Set<? extends E> set)
Returns a new concurrent hash set with the elements of the given set or null if the given set is null.
|
Copyright © 2017. All rights reserved.