|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.util.collection.Indexed<T>
T - 要素の型public class Indexed<T>
IndexedIteratorでイテレートする要素です。
IndexedIterator| コンストラクタの概要 | |
|---|---|
Indexed(T element,
int index)
コンストラクタ |
|
| メソッドの概要 | |
|---|---|
T |
getElement()
要素を返します。 |
int |
getIndex()
インデックスを返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Indexed(T element,
int index)
element - 要素index - 要素のインデックス| メソッドの詳細 |
|---|
public T getElement()
public int getIndex()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||