I am new to vaadin and java. I have one class has two values like name and adress. I have list like below
john 101 doe 102 john 204 pri 403 doe 103 john 206
first column is name and second column is address.Now I want filter list like below
john 101 204 206
doe 102 103
pri 403
is it possible to filter? please help me out!