Код: Выделить всё
List list = ArrayList() {{
add(new Bean(1, null)); // null
add(new Bean(2, "text2"));
add(new Bean(3, "text3"));
add(new Bean(4, "text4"));
add(new Bean(5, null)); // null last occurence
add(new Bean(6, "text6"); // want this one.
}}
Большое спасибо.
Подробнее здесь: https://stackoverflow.com/questions/625 ... cific-item
Мобильная версия