コード例 #1
0
ファイル: Bunch.java プロジェクト: COOLib/MyGoITLabs
 public void namesOfContainedFlowers() {
   for (Flower flower : flowers) flower.getName();
 }