Oct 02, 2020 · With this kind of setup you’d use null for when you need an empty list. Think of “next” as being “the rest of the list”. In fact many people would call it tail instead of “next”. Here’s a diagram of a singly LinkedList: Another must read: How to Iterate through LinkedList Instance in Java? Java: How to Find Middle Element of ...