Why do you need the <? extends Object>?
because <? extends Object> means that you will use class which is the parent for object. But Object haven't parent class.
Google for "Joshua Bloch pecs", and try also "Java tutorials generics"
Обсуждают сегодня