Originally posted by Larry Jones:
is it possible to cast a List to a Set?
for example,
List results = DbService.getList();
Set s = (Set) results;
Only if the List object also implements the Set interface, which it most probably will not.
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus