internal MyIterator(SortedBag bag) { outer_SortedBag = bag; this.mapIterator = new ILOG.J2CsMapping.Collections.IteratorAdapter(new ILOG.J2CsMapping.Collections.ListSet(outer_SortedBag.m.Keys).GetEnumerator()); this.setIterator = null; mapIterator = new ILOG.J2CsMapping.Collections.IteratorAdapter(new ILOG.J2CsMapping.Collections.ListSet(outer_SortedBag.m.Keys).GetEnumerator()); setIterator = GetSetIterator(); }