hunt-extra ~master (2022-03-03T03:00:29Z)
Home
Dub
Repo
LinkedHashMap.LinkedHashMapIterator
hunt
collection
LinkedHashMap
LinkedHashMap
Undocumented in source.
class
LinkedHashMap
(K, V)
mixin template
LinkedHashMapIterator () {
this
();
bool
empty
();
void
popFront
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
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