android - Java extends from class with <class name> -


can explain meaning of in below code snippet

public class noteadapter extends  arrayadapter<note>{  } 

in example note java class.

it means note adapter inherits arrayadapter generic class.the generic class arrayadapter accepts argument of type note.to understand more visit topic generics in java


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

ruby - Prevent Custom Validation Error on Association -

c++ - Why am i getting wrong values when performing PE base relocation? -