Search Results

6
votes

<?> vs <T>

todd.run is totally right on, but that's only half the answer. There are also use cases for choosing <T> over <?> (or vice versa) that apply when you don't ad …
0
votes

Hiding a “local” type parameter in Java

If you really want to draw some ire, you can put the Bar class inside the Foo interface, and suck the T of that way. See …