public class JavaCompatUtils extends Object
| Constructor and Description |
|---|
JavaCompatUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Set<K> |
keySet(Map<K,V> theMap)
Equivalent to theMap.keySet(), but works around a Java 7 compat issue.
|
Copyright © 2011–2017. All rights reserved.