NavigableSubMap.DescendingSubMapKeyIterator

Undocumented in source.

Constructors

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

Members

Functions

estimateSize
long estimateSize()
Undocumented in source. Be warned that the author may not have intended to support it.
forEachRemaining
void forEachRemaining(Consumer!K action)
Undocumented in source. Be warned that the author may not have intended to support it.
next
K next()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove()
Undocumented in source. Be warned that the author may not have intended to support it.
tryAdvance
bool tryAdvance(Consumer!K action)
Undocumented in source. Be warned that the author may not have intended to support it.
trySplit
Spliterator!K trySplit()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta