Uses of Class
org.docx4j.com.google.common.collect.ImmutableCollection
| Package | Description |
|---|---|
| org.docx4j.com.google.common.collect |
-
Uses of ImmutableCollection in org.docx4j.com.google.common.collect
Subclasses of ImmutableCollection in org.docx4j.com.google.common.collect Modifier and Type Class Description classImmutableSet<E>ASetwhose contents will never change, with many other important properties detailed atImmutableCollection.Methods in org.docx4j.com.google.common.collect that return ImmutableCollection Modifier and Type Method Description abstract ImmutableCollection<E>ImmutableCollection.Builder. build()Returns a newly-createdImmutableCollectionof the appropriate type, containing the elements provided to this builder.