Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
関数 printAll() を作成したいと思います。この関数は、Iterable を実装する要素のみを受け入れて、それらを反復処理して要素を出力できるようにします。それ、どうやったら出来るの?
public static void printAll(final Iterable<?> toIterate).
public static void printAll(final Iterable<?> toIterate)