Carte java pas nul

Map<String> map...

if(map == null) {
	// Map is null.
} else {
	// Map is not null.
}

Bredo