You can iterate an ArrayList by using either forEach(Consumer), since Java 8, or for-each and other index-loops (while, do-while, for-index).
確定! 回上一頁