fun getIter(m: MutableMap): MutableIterator> = m.iterator() fun getIter2(m: Map): Iterator> = m.iterator()