Hi everyone!
this peace of code is driving me nuts!
my iterator is supposed to iterate as many times as the elements it contains but this one do a +1 time please help! this is the peace of code:
this peace of code is driving me nuts!
my iterator is supposed to iterate as many times as the elements it contains but this one do a +1 time please help! this is the peace of code:
Code:
Iterator<Field> itrItem = fieldList.iterator(); while(itrItem.hasNext()) e.setListField(itrItem.next());