fun descendingEntryIterator(): MutableIterator<MutableEntry<K, V?>>
fun descendingEntryIterator(lo: K?, loInclusive: Boolean, hi: K?, hiInclusive: Boolean): MutableIterator<MutableEntry<K, V?>>