public class Maps extends Object
| Constructor and Description |
|---|
Maps() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Set<K> |
commonKeys(Map<K,V> left,
Map<K,V> right)
null args are allowed
|
static <K,V> Set<K> |
keysDifference(Map<K,V> left,
Map<K,V> right)
null args are allowed
|
Copyright © 2014. All rights reserved.