Thanks all,
if(!current_players.containsKey(player.getName()) && !player.getName().equalsIgnoreCase(myPlayer().getName()))
Works like a charm now to determine if the user is alone and nobody is around them. Recon I could've counted the size of the list as well, but I like this implementation more.