Uses of Class
org.docx4j.com.google.common.collect.ImmutableCollection
Packages that use ImmutableCollection
-
Uses of ImmutableCollection in org.docx4j.com.google.common.collect
Subclasses of ImmutableCollection in org.docx4j.com.google.common.collectModifier and TypeClassDescriptionclassImmutableSet<E>ASetwhose contents will never change, with many other important properties detailed atImmutableCollection.(package private) final classImplementation ofImmutableSetwith two or more elements.(package private) final classImplementation ofImmutableSetwith exactly one element.Methods in org.docx4j.com.google.common.collect that return ImmutableCollectionModifier and TypeMethodDescriptionabstract ImmutableCollection<E>ImmutableCollection.Builder.build()Returns a newly-createdImmutableCollectionof the appropriate type, containing the elements provided to this builder.