Syntax meaning of '< >' in Java -
this question has answer here:
- java generics: list, list<object>, list<?> 12 answers
i manipulating code , unfortunately cannot understand part of it:
public class inmemorytreestatemanager<t> implements treestatemanager<t> what meaning of <t>. in code?
it generics, takes time getting familiar with. can read more here: http://en.wikipedia.org/wiki/generics_in_java
Comments
Post a Comment