|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CustomConcurrentHashMap.Builder | |
|---|---|
| com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
| Uses of CustomConcurrentHashMap.Builder in com.google.common.collect |
|---|
| Methods in com.google.common.collect that return CustomConcurrentHashMap.Builder | |
|---|---|
CustomConcurrentHashMap.Builder |
CustomConcurrentHashMap.Builder.concurrencyLevel(int concurrencyLevel)
Guides the allowed concurrency among update operations. |
CustomConcurrentHashMap.Builder |
CustomConcurrentHashMap.Builder.initialCapacity(int initialCapacity)
Sets a custom initial capacity (defaults to 16). |
CustomConcurrentHashMap.Builder |
CustomConcurrentHashMap.Builder.loadFactor(float loadFactor)
Sets a custom load factor (defaults to 0.75). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||