| Package | Description |
|---|---|
| org.docx4j.com.google.common.cache | |
| org.docx4j.com.google.common.collect |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMap<K,V> |
LoadingCache.getAll(Iterable<? extends K> keys)
Returns a map of the values associated with
keys, creating or retrieving those values
if necessary. |
ImmutableMap<K,V> |
Cache.getAllPresent(Iterable<?> keys)
Returns a map of the values associated with
keys in this cache. |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.copyOf(Map<? extends K,? extends V> map)
Returns an immutable map containing the same entries as
map. |
Copyright © 2007-2020. All Rights Reserved.