Uses of Class
com.google.common.collect.Interners.InternerBuilder
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of Interners.InternerBuilder in com.google.common.collect
Modifier and TypeMethodDescriptionInterners.InternerBuilder.concurrencyLevel
(int concurrencyLevel) Sets the concurrency level that will be used by the to-be-builtInterner
.static Interners.InternerBuilder
Interners.newBuilder()
Returns a freshInterners.InternerBuilder
instance.Interners.InternerBuilder.strong()
Instructs theInterners.InternerBuilder
to build a strong interner.Interners.InternerBuilder.weak()
Instructs theInterners.InternerBuilder
to build a weak interner.