Uses of Class
com.google.common.collect.MapMaker
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of MapMaker in com.google.common.collect
Modifier and TypeMethodDescriptionMapMaker.concurrencyLevel
(int concurrencyLevel) Guides the allowed concurrency among update operations.MapMaker.initialCapacity
(int initialCapacity) Sets the minimum total size for the internal hash tables.MapMaker.weakKeys()
Specifies that each key (not value) stored in the map should be wrapped in aWeakReference
(by default, strong references are used).MapMaker.weakValues()
Specifies that each value (not key) stored in the map should be wrapped in aWeakReference
(by default, strong references are used).