NavigableSubMap.SubMapEntryIterator

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

Constructors

this
this(TreeMapEntry!(K, V) first, 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