Uses of Class
cloud.opencode.base.collections.specialized.Interner.Builder
Packages that use Interner.Builder
Package
Description
Specialized Collections Package - Specialized Collection Types
专用集合包 - 专用集合类型
-
Uses of Interner.Builder in cloud.opencode.base.collections.specialized
Methods in cloud.opencode.base.collections.specialized that return Interner.BuilderModifier and TypeMethodDescriptionInterner.Builder.concurrencyLevel(int concurrencyLevel) Sets the concurrency level for the backing map.Interner.Builder.equivalence(Equivalence<E> equivalence) Sets the equivalence strategy.static <E> Interner.Builder<E> Interner.newBuilder()Creates a new interner builder.Interner.Builder.strong()Configures the interner to be strong (keeps all objects).Interner.Builder.weak()Configures the interner to be weak (allows garbage collection).