hunt-extra v1.0.11 (2021-05-17T06:05:46Z)
Home
Dub
Repo
LinkedHashMap.head
hunt
collection
LinkedHashMap
LinkedHashMap
The head (eldest) of the doubly linked list.
class
LinkedHashMap
(K, V)
LinkedHashMapEntry
!(
K
,
V
)
head
;
Meta
Source
See Implementation
hunt
collection
LinkedHashMap
LinkedHashMap
classes
KeyInputRange
ValueInputRange
constructors
this
functions
afterNodeAccess
afterNodeInsertion
afterNodeRemoval
byKey
byValue
clear
containsValue
get
getOrDefault
newNode
newTreeNode
opApply
reinitialize
removeEldestEntry
replacementNode
replacementTreeNode
mixin templates
LinkedHashMapIterator
variables
accessOrder
head
tail
The head (eldest) of the doubly linked list.