|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fest.util.Maps
public class Maps
Understands utility methods related to maps.
Method Summary | |
---|---|
static String |
format(Map<?,?> map)
Returns the String representation of the given map, or null if the given map is
null . |
static boolean |
isEmpty(Map<?,?> map)
Returns true if the given map is null or empty. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isEmpty(Map<?,?> map)
true
if the given map is null
or empty.
map
- the map to check.
true
if the given map is null
or empty, otherwise false
.public static String format(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |