Snippets tagged “isempty”
1 snippet uses this tag.
- Does java.util.List.isEmpty() check if the list itself is null?Java
No, the isEmpty() method of the java.util.List interface does not check if the list itself is null.
1 snippet uses this tag.
No, the isEmpty() method of the java.util.List interface does not check if the list itself is null.