List は、複数のデータを順番つきで管理するためのコレクションです。 List<String> names = new ArrayList<>(); names.add("田中"); names.add ...