hunt-extra v1.0.11 (2021-05-17T06:05:46Z)
Home
Dub
Repo
TreeMap.TreeMapIterator
hunt
collection
TreeMap
TreeMap
Base class for TreeMap Iterators
class
TreeMap
(K, V)
mixin template
TreeMapIterator () {
TreeMapEntry
!(
K
,
V
)
next
;
TreeMapEntry
!(
K
,
V
)
lastReturned
;
int
expectedModCount
;
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
expectedModCount
int
expectedModCount
;
Undocumented in source.
lastReturned
TreeMapEntry
!(
K
,
V
)
lastReturned
;
Undocumented in source.
next
TreeMapEntry
!(
K
,
V
)
next
;
Undocumented in source.
Meta
Source
See Implementation
hunt
collection
TreeMap
TreeMap
classes
KeyInputRange
ValueInputRange
constructors
this
functions
byKey
byValue
ceilingEntry
ceilingKey
clear
clone
comparator
containsKey
containsValue
firstEntry
firstKey
floorEntry
floorKey
get
getCeilingEntry
getEntry
getEntryUsingComparator
getFirstEntry
getFloorEntry
getHigherEntry
getLastEntry
getLowerEntry
headMap
higherEntry
higherKey
lastEntry
lastKey
lowerEntry
lowerKey
opApply
opEquals
pollFirstEntry
pollLastEntry
put
putAll
remove
replace
subMap
tailMap
toHash
toString
mixin templates
TreeMapIterator
Base class for TreeMap Iterators