lundi 14 avril 2014


Vote count:

0




Is there any difference between initializing using



HashSet<Integer> s = new HashSet(2)


and



HashSet<Integer> s = new HashSet<Integer>(2)


?



asked 33 secs ago






Aucun commentaire:

Enregistrer un commentaire