An entry in a doubly linked list. It contains a pointer to the next entry, the previous entry, and the boxed element.
e as entry just after this entry.
null if there is none.
e as entry just before this entry.
null if there is none.