tagged [wildcard]

C# generics - without lower bounds by design?

C# generics - without lower bounds by design? I was reading an interview with Joshua Bloch in Coders at Work, where he lamented the introduction of generics in Java 5. He doesn't like the specific imp...

9 Jun at 21:1

C# generic wildcard or how to hold a reference to unknown generic inheritance

C# generic wildcard or how to hold a reference to unknown generic inheritance OK, so here is the situation. I've got a `FlexCollection` class, which purpose is to hold a list of some specialization of...

28 Jun at 08:7

How do I fix this Java generics wildcard error?

How do I fix this Java generics wildcard error? In this [question](https://stackoverflow.com/questions/620934/wildcards-and-generics-error), TofuBeer was having problems creating a genericized `Iterab...