Uses of Class
org.docx4j.com.google.common.collect.ImmutableSet.Builder
Packages that use ImmutableSet.Builder
-
Uses of ImmutableSet.Builder in org.docx4j.com.google.common.collect
Methods in org.docx4j.com.google.common.collect that return ImmutableSet.BuilderModifier and TypeMethodDescriptionstatic <E> ImmutableSet.Builder<E>ImmutableSet.builder()Returns a new builder.static <E> ImmutableSet.Builder<E>ImmutableSet.builderWithExpectedSize(int expectedSize) Returns a new builder, expecting the specified number of distinct elements to be added.