|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--unot.DLpair
DLpair.java Created: Thu Aug 7 21:31:44 2003
フィールドの概要 | |
private int |
depth
|
private int |
label
|
コンストラクタの概要 | |
DLpair()
Creates a new DLpair instance. |
|
DLpair(int depth,
int label)
Creates a new DLpair instance. |
メソッドの概要 | |
boolean |
equals(java.lang.Object obj)
Compares this object to the specified object. |
int |
getDepth()
Gets the value of depth. |
int |
getLabel()
Gets the value of label. |
java.lang.String |
toString()
Returns the (depth, label) expression of this object. |
クラス java.lang.Object から継承したメソッド |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
private int depth
private int label
コンストラクタの詳細 |
public DLpair()
DLpair
instance.
public DLpair(int depth, int label)
DLpair
instance.
depth
- an int
valuelabel
- an int
valueメソッドの詳細 |
public final int getDepth()
public final int getLabel()
public java.lang.String toString()
java.lang.Object
内の toString
String
valuepublic boolean equals(java.lang.Object obj)
true
if the argument is not
null
and is a DLpair
object that represents
the same (depth, label) pair as this object.
java.lang.Object
内の equals
obj
- an Object
value
boolean
value
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |