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