Making a Set<T> class..wont work please help
public class Set<T>{
}
Now there are ofcourse many methods within this and such but even after taking all of the out and having the code just be that i still get 2 errors.
One error is on the first line public class Set<T>{ where it says its expecting a "{" ..
the second is ofcourse on the last line where it says its expecting a "}"...this makes no sense at all to me..please help..its very frustrating.

