|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.nfc.matrix.ElementHolder<E>
E
- 成分の型public class ElementHolder<E extends GridElement<E>>
成分とその指数を保持するためのクラスです。
コンストラクタの概要 | |
---|---|
ElementHolder(E element,
int row,
int column)
新しく生成された ElementHolder オブジェクトを初期化します。 |
メソッドの概要 | |
---|---|
int |
getColumn()
列番号を返します。 |
E |
getElement()
成分を返します。 |
int |
getRow()
行番号を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ElementHolder(E element, int row, int column)
ElementHolder
オブジェクトを初期化します。
element
- 成分row
- 行番号column
- 列番号メソッドの詳細 |
---|
public E getElement()
public int getRow()
public int getColumn()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |