[Solved] Java LinkedList remove


There would be no “empty space”, no null. This is the general contract for all lists (List<E>) in Java Collections API.

solved Java LinkedList remove