iterator.
im curently doing an assignment for uni and there is somthing wrong with
the code below but i dont know what.
public volunteer.add(new Volunteer(String name, int telephone))
{
Iterator it = volunteers.iterator();
while (it.hasNext())
{
Volunteers volunteers = (Volunteers) it.next();
if (volunteers.getName().equals(name))
return true;
}
return false;
}
}
.
Relevant Pages
- Re: iterator.
... > im curently doing an assignment for uni and there is somthing wrong with ... > the code below but i dont know what. ... int telephone)) ... Volunteer volunteer = new Volunteer ... (comp.lang.java.help) - Re: awesome idea for a video... but possible?
... dude Im sorry but this is a uni forum, we dont need yer silly sport ... somewhere else to get respect, we uni, we work real hard just to learn ... doesnt mean they arnt a real sport and impressive ... yer movie idea. ... (rec.sport.unicycling) - Re: Pupils accused of rail trespass
... (if they say they dont like somthing they still get a small portion ... fine and they can have a bit more of somthing else. ... Hah i wouldent say we cater for them mutch, but we ensure that they eat ... massively) and we got very favourable comments from the kids about it. ... (uk.railway) - Please Rate My Amature Writing
... This is somthing i wrote during a mental breakdown But anyway, ... allthough i dont want to be here i must, as i am needed, and it would not ... that loving you has scared my heart with, the time we spend together is ... that scar sits waiting to be healed by your love. ... (misc.writing) - Please Rate My Amature Writing
... This is somthing i wrote during a mental breakdown But anyway, i dont ... that loving you has scared my heart with, the time we spend together is ... that scar sits waiting to be healed by your love. ... (misc.writing) |
|