Uses of Class
com.google.common.collect.Interners.InternerBuilder
Packages that use Interners.InternerBuilder
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of Interners.InternerBuilder in com.google.common.collect
Methods in com.google.common.collect that return Interners.InternerBuilderModifier 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.