New posts in generics

List<? extends MyType>

C# Determine Duplicate in List [duplicate]

C# 3.0 generic type inference - passing a delegate as a function parameter

Specifying generic collection type param at runtime [duplicate]

How does Gson TypeToken work?

What does "T" mean in C#?

Using a Type Variable in a Generic

Filtering out values from a C# Generic Dictionary

How to determine if a List is sorted in Java?

How to make a method generic when "type 'T' must be a reference type"? [duplicate]

C# inheritance in generics question

How do I get the `.class` attribute from a generic type parameter?

Casting array to IEnumerable<T>

What is the difference between bounded wildcard and type parameters?

Convert List(of object) to List(of string)

Java Generics WildCard: <? extends Number> vs <T extends Number>

Cannot apply indexing with [] to an expression of type 'System.Collections.Generic.IEnumerable<>

How can I determine the type of a generic field in Java?

Java Generic Class - Determine Type

How to covert NSMutableOrderedSet to generic array?