public IntMapIterator(IntMap intMap) { m_IntMap = intMap; }
public IntMapEntry(IntMap map, int index) { m_Index = index; m_IntMap = map; }