| Package | Description |
|---|---|
| tech.mlsql.common.utils.collect |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> SortedMapDifference<K,V> |
Maps.difference(SortedMap<K,? extends V> left,
Map<? extends K,? extends V> right)
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. |
Copyright © 2020. All rights reserved.