public class Maps extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
format(Map<?,?> map)
Returns the
String representation of the given map, or null if the given map is null. |
static boolean |
isNullOrEmpty(Map<?,?> map)
Indicates whether the given
Map is null or empty. |
public static boolean isNullOrEmpty(Map<?,?> map)
Map is null or empty.map - the map to check.true if the given Map is null or empty, otherwise false.Copyright © 2013 AssertJ. All Rights Reserved.