NavigableSubMap.DescendingSubMapEntryIterator

Undocumented in source.
class NavigableSubMap(K, V)
final
class DescendingSubMapEntryIterator : SubMapIterator!(MapEntry!(K, V)) {}

Constructors

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

Members

Functions

next
MapEntry!(K, V) 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.

Meta