Uses of Package
org.docx4j.com.google.common.collect
Packages that use org.docx4j.com.google.common.collect
Package
Description
-
Classes in org.docx4j.com.google.common.collect used by org.docx4j.com.google.common.cacheClassDescriptionA
Mapwhose 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.collectClassDescriptionThis class provides a skeletal implementation of the
ListIteratorinterface across a fixed number of elements that may be retrieved by position.Implementation of theequals,hashCode, andtoStringmethods ofEntry.A bimap (or "bidirectional map") is a map that preserves the uniqueness of its values as well as that of its keys.ABiMapbacked by two hash tables.ACollectionwhose contents will never change, and which offers a few additional guarantees detailed below.Abstract base class for builders ofImmutableCollectiontypes.AMapwhose contents will never change, with many other important properties detailed atImmutableCollection.ASetwhose contents will never change, with many other important properties detailed atImmutableCollection.A builder for creatingImmutableSetinstances.Default implementation of the guts of ImmutableSet.Builder, creating an open-addressed hash table and deduplicating elements as they come, so it only allocates O(max(distinct, expectedCapacity)) rather than O(calls to add).Swappable internal implementation of an ImmutableSet.Builder.A transformation of the value of a key-value pair, using both key and value as inputs.A collection that supports order-independent equality, likeSet, but may have duplicate elements.An unmodifiable element-count pair for a multiset.Implementation ofImmutableSetwith two or more elements.AbstractSetsubstitute without the potentially-quadraticremoveAllimplementation.An iterator that does not supportUnmodifiableIterator.remove().A list iterator that does not supportUnmodifiableIterator.remove(),UnmodifiableListIterator.add(E), orUnmodifiableListIterator.set(E). -
Classes in org.docx4j.com.google.common.collect used by org.docx4j.openpackaging.parts.WordprocessingMLClassDescriptionA bimap (or "bidirectional map") is a map that preserves the uniqueness of its values as well as that of its keys.