Uses of Class
org.docx4j.com.google.common.collect.ImmutableMap
| Package | Description |
|---|---|
| org.docx4j.com.google.common.cache | |
| org.docx4j.com.google.common.collect |
-
Uses of ImmutableMap in org.docx4j.com.google.common.cache
Methods in org.docx4j.com.google.common.cache that return ImmutableMap Modifier and Type Method Description ImmutableMap<K,V>LoadingCache. getAll(java.lang.Iterable<? extends K> keys)Returns a map of the values associated withkeys, creating or retrieving those values if necessary.ImmutableMap<K,V>Cache. getAllPresent(java.lang.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 ImmutableMap Modifier and Type Method Description static <K, V> ImmutableMap<K,V>ImmutableMap. copyOf(java.util.Map<? extends K,? extends V> map)Returns an immutable map containing the same entries asmap.