hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
HashMap.HashIterator
hunt
collection
HashMap
HashMap
Undocumented in source.
class
HashMap
(K, V)
mixin template
HashIterator () {
protected
HashMapNode
!(
K
,
V
)
next
;
protected
HashMapNode
!(
K
,
V
)
current
;
protected
int
expectedModCount
;
protected
int
index
;
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.
Variables
current
HashMapNode
!(
K
,
V
)
current
;
Undocumented in source.
expectedModCount
int
expectedModCount
;
Undocumented in source.
index
int
index
;
Undocumented in source.
next
HashMapNode
!(
K
,
V
)
next
;
Undocumented in source.
Meta
Source
See Implementation
hunt
collection
HashMap
HashMap
classes
KeyInputRange
ValueInputRange
constructors
this
functions
afterNodeAccess
afterNodeInsertion
afterNodeRemoval
byKey
byValue
clear
containsKey
containsValue
get
getNode
newNode
newTreeNode
opApply
put
putMapEntries
putVal
reinitialize
remove
removeNode
replacementNode
replacementTreeNode
resize
treeifyBin
mixins
__anonymous
mixin templates
HashIterator
variables
DEFAULT_INITIAL_CAPACITY
DEFAULT_LOAD_FACTOR
MIN_TREEIFY_CAPACITY
TREEIFY_THRESHOLD
loadFactor
modCount
table
threshold