Syntax meaning of '< >' in Java -


this question has answer here:

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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -