Periksa apakah peta berisi java kunci

  if (map.containsKey(key)) {
       // Okay, there's a key but the value is null
    } else {
       // Definitely no such key
    }
Nice Newt