]> source.dussan.org Git - sonarqube.git/blob
ff96c372691716d96b8449b58b79048a02122027
[sonarqube.git] /
1 <p>
2 This code casts a Collection to an abstract collection
3 (such as <code>List</code>, <code>Set</code>, or <code>Map</code>).
4 Ensure that you are guaranteed that the object is of the type
5 you are casting to. If all you need is to be able
6 to iterate through a collection, you don't need to cast it to a Set or List.
7 </p>