| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for working with collections.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
Multimaps.transformEntries(ListMultimap
Returns a view of a
ListMultimap whose values are derived from the original multimap's entries.
|
static <K |
Maps.transformEntries(Map
Returns a view of a map whose values are derived from the original map's entries.
|
static <K |
Multimaps.transformEntries(Multimap
Returns a view of a multimap whose values are derived from the original multimap's entries.
|
static <K |
Maps.transformEntries(NavigableMap
Returns a view of a navigable map whose values are derived from the original navigable map's entries.
|
static <K |
Maps.transformEntries(SortedMap
Returns a view of a sorted map whose values are derived from the original sorted map's entries.
|