public static class ConcurrentOpenHashSet.Builder<V> extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentOpenHashSet.Builder<V> |
autoShrink(boolean autoShrink) |
ConcurrentOpenHashSet<V> |
build() |
ConcurrentOpenHashSet.Builder<V> |
concurrencyLevel(int concurrencyLevel) |
ConcurrentOpenHashSet.Builder<V> |
expandFactor(float expandFactor) |
ConcurrentOpenHashSet.Builder<V> |
expectedItems(int expectedItems) |
ConcurrentOpenHashSet.Builder<V> |
mapFillFactor(float mapFillFactor) |
ConcurrentOpenHashSet.Builder<V> |
mapIdleFactor(float mapIdleFactor) |
ConcurrentOpenHashSet.Builder<V> |
shrinkFactor(float shrinkFactor) |
public ConcurrentOpenHashSet.Builder<V> expectedItems(int expectedItems)
public ConcurrentOpenHashSet.Builder<V> concurrencyLevel(int concurrencyLevel)
public ConcurrentOpenHashSet.Builder<V> mapFillFactor(float mapFillFactor)
public ConcurrentOpenHashSet.Builder<V> mapIdleFactor(float mapIdleFactor)
public ConcurrentOpenHashSet.Builder<V> expandFactor(float expandFactor)
public ConcurrentOpenHashSet.Builder<V> shrinkFactor(float shrinkFactor)
public ConcurrentOpenHashSet.Builder<V> autoShrink(boolean autoShrink)
public ConcurrentOpenHashSet<V> build()
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.