An open API service indexing awesome lists of open source software.

https://github.com/randika00/java-class

Java Generics is a set of related methods or a set of similar types.
https://github.com/randika00/java-class

hashmap-java hashset

Last synced: 9 months ago
JSON representation

Java Generics is a set of related methods or a set of similar types.

Awesome Lists containing this project

README

          

# Java-Generics

Generic Method: Generic Java method takes a parameter and returns some value after performing a task. It is exactly like
a normal function, however, a generic method has type parameters that are cited by actual type. This allows the generic
method to be used in a more general way. The compiler takes care of the type of safety which enables programmers to
code easily since they do not have to perform long, individual type castings.