| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for working with collections.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SortedMapDifference<K
An object representing the differences between two sorted maps.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
Maps.difference(Map
Computes the difference between two maps.
|
static <K |
Maps.difference(Map
Computes the difference between two maps.
|