Java Hapus Daftar Elemen Null
dataList.removeAll(Collections.singleton(null));
Copperfield
dataList.removeAll(Collections.singleton(null));