NavigableSubMap.SubMapKeyIterator

Undocumented in source.

Constructors

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

Members

Functions

characteristics
int characteristics()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
getComparator
Comparator!K getComparator()
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