AscendingSubMap

@serial include

Constructors

this
this(TreeMap!(K, V) m, bool fromStart, K lo, bool loInclusive, bool toEnd, K hi, bool hiInclusive)
Undocumented in source.

Members

Functions

byKey
InputRange!K byKey()
Undocumented in source. Be warned that the author may not have intended to support it.
byValue
InputRange!V byValue()
Undocumented in source. Be warned that the author may not have intended to support it.
comparator
Comparator!K comparator()
Undocumented in source. Be warned that the author may not have intended to support it.
headMap
NavigableMap!(K, V) headMap(K toKey, bool inclusive)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref K, ref V) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(MapEntry!(K, V) entry) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
subCeiling
TreeMapEntry!(K, V) subCeiling(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
subFloor
TreeMapEntry!(K, V) subFloor(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
subHigher
TreeMapEntry!(K, V) subHigher(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
subHighest
TreeMapEntry!(K, V) subHighest()
Undocumented in source. Be warned that the author may not have intended to support it.
subLower
TreeMapEntry!(K, V) subLower(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
subLowest
TreeMapEntry!(K, V) subLowest()
Undocumented in source. Be warned that the author may not have intended to support it.
subMap
NavigableMap!(K, V) subMap(K fromKey, bool fromInclusive, K toKey, bool toInclusive)
Undocumented in source. Be warned that the author may not have intended to support it.
tailMap
NavigableMap!(K, V) tailMap(K fromKey, bool inclusive)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta