Generics terms and naming convention

Generics terms and naming conventions makes the generics code easy to understand.

Generics terms:

Generic naming conventions:

  1. 1. T : It represents type.
  2. 2. E : It represents element.
  3. 3. K – It represents keys.
  4. 4. V – It represents values.
  5. 5. N – It represents numbers.

No comments: