Java -Karte nicht null
Map<String> map...
if(map == null) {
// Map is null.
} else {
// Map is not null.
}
Bredo
Map<String> map...
if(map == null) {
// Map is null.
} else {
// Map is not null.
}