Package dev.mccue.datastructures
Interface LinkedList<T>
- All Known Implementing Classes:
LinkedList.Empty,LinkedList.NotEmpty
"Sum Type" representation of a linked list.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordAn empty list.static final recordA not empty list.