Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java

Ene Catalin
Ene Catalin
1,931 Points

Casting part of generics not very clear (in the following example)

In the "java data structure" course I got a beet lost at interfaces and generics.

After specifying the collection "<Treet>" for the type comparable, I was able to pass "Treet" instead of "Object" in the compareTo method as parameter, and eliminated the casting.

But wasn't that (paramater declaration directly with the type "Treet", no casting required) posible even before specifing the "<Treet>" near Comparable?

Thanks!

Imgur