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.InternerBuilderInterners.newBuilder()Returns a freshInterners.InternerBuilderinstance.Interners.InternerBuilder.strong()Instructs theInterners.InternerBuilderto build a strong interner.Interners.InternerBuilder.weak()Instructs theInterners.InternerBuilderto build a weak interner.