NavigableSubMap.SubMapIterator

Undocumented in source.

Constructors

this
this(TreeMapEntry!(K, V) first, TreeMapEntry!(K, V) fence)
Undocumented in source.

Members

Functions

hasNext
bool hasNext()
Undocumented in source. Be warned that the author may not have intended to support it.
nextEntry
TreeMapEntry!(K, V) nextEntry()
Undocumented in source. Be warned that the author may not have intended to support it.
prevEntry
TreeMapEntry!(K, V) prevEntry()
Undocumented in source. Be warned that the author may not have intended to support it.
removeAscending
void removeAscending()
Undocumented in source. Be warned that the author may not have intended to support it.
removeDescending
void removeDescending()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_fence
TreeMapEntry!(K, V) _fence;
Undocumented in source.
_next
TreeMapEntry!(K, V) _next;
Undocumented in source.
expectedModCount
int expectedModCount;
Undocumented in source.
lastReturned
TreeMapEntry!(K, V) lastReturned;
Undocumented in source.

Meta