|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.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()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |