Iterators that return linked list entries. Each iterator must return the elements sorted by creation time (highest creation time first)
Terminate if only one iterator has elements left
If terminated, include the common history element
Only return elements that differ (have different CreationTime hashes
Iterate multiple iterators at the same time returning the elements in sorted order,