I have 3 Array Lists as below, need to get all Lists those are with INDIVIDUAL using Java code
Array List: [08/16/2020 11:00, Y, INDIVIDUAL, Sam S, 2/15/1980, DOLLARS, Cash In]
Array List: [08/16/2020 11:00, Y, INDIVIDUAL, Sam S, 2/15/1980, DOLLARS, Cash In]
Array List: [08/16/2020 11:00, Y, INDIVIDUAL, Sam Kin, 2/15/1980, DOLLARS, Cash In]
Array List: [08/16/2020 11:00, Y, Business, King S, 2/15/1980, DOLLARS, Cash In]
From above I need to get INDIVIDUAL mentioned lists as output in Java code Please help