nanoJBlend

java.lang
インタフェース Iterable<T>

既知のサブインタフェースの一覧:
Collection<E>, List<E>, Queue<E>, Set<E>
既知の実装クラスの一覧:
AbstractQueue, ArrayList, Stack, Vector

public interface Iterable<T>

このインタフェースを実装すると、オブジェクトを「for-each」ループの処理対象にできます。


メソッドの概要
 Iterator<T> iterator()
          型Tの要素を持つセットの反復子を返します。
 

メソッドの詳細

iterator

Iterator<T> iterator()
型Tの要素を持つセットの反復子を返します。

戻り値:
型Tの反復子

nanoJBlend

Copyright 2005-2013 Aplix and/or its affiliates. All rights reserved. Aplix Confidential and Restricted.
NTT DOCOMO and Hitachi Kokusai Electric Confidential