Fri May 14, 2010 9:49 am
public void showSetOntent(Set<Long> setLongs){
if(setLongs==null || setLongs.isEmpty()){
return;
}
Iterator<Long> iterator = setLongs.iterator();
while(iterator.hasNext()){
System.out.println("Show current content = "+iterator.next());
}
}
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.