Add entries to the end of the linked list.
entries
void addAll(Iterable<E> entries) { entries.forEach(add); }