TreeMap.TreeMapIterator

Base class for TreeMap Iterators

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