| Constructor | Description |
|---|---|
MapUtils() |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
isNotEmpty(Map<?,?> map) |
Returns
true if the specified map is not null and
not empty. |
public MapUtils()
public static boolean isNotEmpty(Map<?,?> map)
true if the specified map is not null and
not empty.map - The map. May be null.true if the map is not null and not empty,
else false.Copyright © 2018 Connect2id Ltd.. All rights reserved.