Uses of Class
org.docx4j.com.google.common.collect.ImmutableMap
Packages that use ImmutableMap
-
Uses of ImmutableMap in org.docx4j.com.google.common.cache
Methods in org.docx4j.com.google.common.cache that return ImmutableMapModifier and TypeMethodDescriptionReturns a map of the values associated withkeys, creating or retrieving those values if necessary.Cache.getAllPresent(Iterable<?> keys) Returns a map of the values associated withkeysin this cache. -
Uses of ImmutableMap in org.docx4j.com.google.common.collect
Methods in org.docx4j.com.google.common.collect that return ImmutableMapModifier and TypeMethodDescriptionstatic <K,V> ImmutableMap<K, V> Returns an immutable map containing the same entries asmap.