LinkedHashMap.tail

The tail (youngest) of the doubly linked list.

class LinkedHashMap(K, V)
LinkedHashMapEntry!(K, V) tail;

Meta