public class 여자{

public void seeMan(Iterator manList){
while(manList.hasNext){
남자 man = manList.next();
if(man.getName() === '담당일진휴식중') continue;
man.sayHello();
}
}

}

- dc official App