Package org.fest.util
Class Maps
java.lang.Object
org.fest.util.Maps
Understands utility methods related to maps.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Maps
private Maps()
-
-
Method Details
-
isEmpty
Returnstrue
if the given map isnull
or empty.- Parameters:
map
- the map to check.- Returns:
true
if the given map isnull
or empty, otherwisefalse
.
-
format
Returns theString
representation of the given map, ornull
if the given map isnull
.- Parameters:
map
- the map to format.- Returns:
- the
String
representation of the given map.
-
format
-