|
||||||||||
前 次 | フレームあり フレームなし |
Indexed を使用しているパッケージ | |
---|---|
org.seasar.util.collection | コレクションやマップ、配列を扱うユーティリティを提供します。 |
org.seasar.util.collection での Indexed の使用 |
---|
Indexed を返す org.seasar.util.collection のメソッド | |
---|---|
Indexed<T> |
IndexedIterator.next()
|
Indexed 型の引数を持つ型を返す org.seasar.util.collection のメソッド | ||
---|---|---|
static
|
IndexedIterator.indexed(Iterable<T> iterable)
for each構文で使用するために IndexedIterator をラップしたIterable を返します。 |
|
static
|
IndexedIterator.indexed(Iterator<T> iterator)
for each構文で使用するために IndexedIterator をラップしたIterable を返します。 |
|
||||||||||
前 次 | フレームあり フレームなし |