java 遍历map时删除元素
/* * To change this template, choose Tools | Templates * and open the template in the editor. */import java.util.HashMap;import java.util.Set;import java.util.Iterator;import java.util.Map; /