android - Please explain this for me please? private List<> name(List<> model, String name) in java -


please explain me please? private list<> name(list<> model, string name)

private list<> name(list<> model, string name) not correct java code.

but in idea has private method (function) called name return list. function has 2 parameters : 1 list called model , 1 string call name.

your problem : list of ???
list if if return of function array of string.
same problem model, list of ??


Comments