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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -