private static <T> T cloneX(T x) - What does the <T> signify here?

Posted by java_geek on Stack Overflow See other posts from Stack Overflow or by java_geek
Published on 2010-04-12T13:11:31Z Indexed on 2010/04/12 13:13 UTC
Read the original article Hit count: 113

Filed under:
|
|

In the above declaration, what is the for?

© Stack Overflow or respective owner

Related posts about java

Related posts about generics