Published
- 1 min read
java remove List null element
The solution for this is noted below
java remove List null element
Solution
dataList.removeAll(Collections.singleton(null));
Try other methods by searching on the site. That is if this doesn’t work