LinkedHashMap.head

The head (eldest) of the doubly linked list.

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

Meta