The generics facility introduced the concept of type variable. A type variable, according to the Java Language Specification, is an unqualified identifier introduced by:
- Generic class declarations.
- Generic interface declarations.
- Generic method declarations and constructors
No comments:
Post a Comment