| 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 |
Maps.difference(SortedMap
Computes the difference between two sorted maps, using the comparator of the left map, or
Ordering.natural() if the left map uses the natural ordering of its elements.
|