up vote 2 down vote favorite
1
share [g+] share [fb]

Does anyone know where I can find a discussion on how type inference works when using Generics in Java.

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

This is originally specified in Section 15.12.2.7 of the Java Language Specification, as a result of the Java Specification Requests #14.

You may also find various discussions on the subject, such as Generics - type inference from context or Type Argument Inference at the Generics FAQ, etc.

link|improve this answer
feedback

I recommend Angelika Langer's site for more information on Java generics. She does have a discussion on type inference.

link|improve this answer
feedback

i had to read the book: https://java-generics-book.dev.java.net/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.