Extract item from a list in Java

0

I have the following list [{0 = 1.1 = Test0}, {0 = 2.1 = Test1}], and what I am trying to do is extract only the elements Test0 and Test1 using a foreach.

Thank you in advance.

    
asked by 29.09.2018 в 18:41
source

0 answers