¿Cómo eliminar todos los elementos null de una matriz ArrayList o String?


Intento con un bucle como ese

// ArrayList tourists

for (Tourist t : tourists) {
    if (t != null) {     
        t.setId(idForm); 
    }   
}

Pero no es agradable. ¿Alguien puede sugerirme una mejor solución?


Algunos puntos de referencia útiles para tomar mejores decisiones:

While loop, For loop and Iterator Performance Test


Warning: Undefined property: agent_blog_content::$date_asked in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 32

Warning: Undefined property: agent_blog_content::$count_answers in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 52