Uses of Package
org.docx4j.com.google.common.collect
| Package | Description |
|---|---|
| org.docx4j.com.google.common.cache | |
| org.docx4j.com.google.common.collect |
-
Classes in org.docx4j.com.google.common.collect used by org.docx4j.com.google.common.cache Class Description ImmutableMap AMapwhose contents will never change, with many other important properties detailed atImmutableCollection. -
Classes in org.docx4j.com.google.common.collect used by org.docx4j.com.google.common.collect Class Description BiMap A bimap (or "bidirectional map") is a map that preserves the uniqueness of its values as well as that of its keys.HashBiMap ABiMapbacked by two hash tables.ImmutableCollection ACollectionwhose contents will never change, and which offers a few additional guarantees detailed below.ImmutableCollection.Builder Abstract base class for builders ofImmutableCollectiontypes.ImmutableMap AMapwhose contents will never change, with many other important properties detailed atImmutableCollection.ImmutableSet ASetwhose contents will never change, with many other important properties detailed atImmutableCollection.ImmutableSet.Builder A builder for creatingImmutableSetinstances.Multiset A collection that supports order-independent equality, likeSet, but may have duplicate elements.Multiset.Entry An unmodifiable element-count pair for a multiset.UnmodifiableIterator An iterator that does not supportUnmodifiableIterator.remove().