You have the following method from the Collection
public static Collection unmodifiableCollection(Collection c)
Check
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Collections.html#unmodifiableCollection(java.util.Collection)
for details
> You have the following method from the Collection
>
> > public static Collection
> unmodifiableCollection(Collection c)
>
>
> Check
>
> http://java.sun.com/j2se/1.4.2/docs/api/java/util/Coll
> ections.html#unmodifiableCollection(java.util.Collecti
> on)
>
> for details
Collection is an interface, you meant Collections :-) I win Teh Duke!!