| Package | Description |
|---|---|
| org.docx4j.com.google.common.cache | |
| org.docx4j.com.google.common.collect |
| Class and Description |
|---|
| ImmutableMap
A
Map whose contents will never change, with many other important properties detailed at
ImmutableCollection. |
| Class and 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
A
BiMap backed by two hash tables. |
| ImmutableCollection
A
Collection whose contents will never change, and which offers a few additional
guarantees detailed below. |
| ImmutableCollection.Builder
Abstract base class for builders of
ImmutableCollection types. |
| ImmutableMap
A
Map whose contents will never change, with many other important properties detailed at
ImmutableCollection. |
| ImmutableSet
A
Set whose contents will never change, with many other important properties detailed at
ImmutableCollection. |
| ImmutableSet.Builder
A builder for creating
ImmutableSet instances. |
| Multiset
A collection that supports order-independent equality, like
Set, but may have duplicate
elements. |
| Multiset.Entry
An unmodifiable element-count pair for a multiset.
|
| UnmodifiableIterator
An iterator that does not support
UnmodifiableIterator.remove(). |
Copyright © 2007-2020. All Rights Reserved.