Maximum number of type parameters used in a java class

Posted by True Soft on Stack Overflow See other posts from Stack Overflow or by True Soft
Published on 2010-03-20T09:56:01Z Indexed on 2010/03/20 10:01 UTC
Read the original article Hit count: 288

Filed under:
|
|

What is the maximum number of type parameters you used in a java class?

Example for 4:

class MyClass<A, B, C, D> {
}

© Stack Overflow or respective owner

Related posts about java

Related posts about generics