Is there any difference between initializing using
HashSet<Integer> s = new HashSet(2)
and
HashSet<Integer> s = new HashSet<Integer>(2)
?
Aucun commentaire:
Enregistrer un commentaire