next property

UndoHeader<E>? next
getter/setter pair

The next UndoHeader. If we are the head, or not linked yet, it is null.

Implementation

UndoHeader<E>? next;