vote up 1 vote down star
1

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

flag

3 Answers

vote up 3 vote down check

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.

Cheers, V.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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