Although the documentation specifically states that both LinkedHashMap and LinkedHashSet
maintains a doubly-linked list running through all of its entries
I don't understand why these implementations do not return a ListIterator to navigate with next and previous. Is anyone aware of the limitations under the hood?