I came across PECS (short for Producer extends and Consumer super) while reading on Generics.
Can someone explain to me how to use PECS to resolve confusion between extends and super?
Thanks in advance!
|
I came across PECS (short for Producer Can someone explain to me how to use PECS to resolve confusion between Thanks in advance! |
|||||||
|
|
Suppose you have a method that takes as its parameter a collection of things, but you want it to be more flexible than just accepting a Case 1: You want to go through the collection and do things with each item. The reasoning is that a Case 2: You want to add things to the collection. The reasoning here is that unlike |
|||||||||||||||||
|
|
See my answer to another question here. I think it answers your question pretty well. Note that generally you should only be using |
|||
|
|