public class Maps extends Object
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
.Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.