Set
Iterator
while(it.hasNext()){
Map.Entry
System.out.println(me.getKey().getName()+"..."+me.getValue());
}
}
@SuppressWarnings("unchecked")
publicstatic List getList(List list){
ListnewList=new ArrayList();
while(it.hasNext()){
Objectobj=it.next();
if(!(newList.contains(obj))){
newList.add(obj);
}
}
returnnewList;
}
}