SyntaxFix
Write A Post
Hire A Developer
Questions
Well u have used Pojo Entity so u can do this. u need to get object of that and have to set data.
myList.get(3).setEmail("email");
that way u can do that. or u can set other param too.