パッケージ org.piax.gtrans.ov
クラス Link
java.lang.Object
org.piax.gtrans.ov.Link
- すべての実装されたインタフェース:
Serializable,Cloneable,Comparable<Link>
public class Link extends Object implements Cloneable, Serializable, Comparable<Link>
a class representing a link.
a link consists of a
Endpoint and a DdllKey.
Note that an instance of DdllKey contains both a key itself
and an ID.
- 関連項目:
- 直列化された形式
-
フィールド詳細
-
コンストラクタの詳細
-
メソッドの詳細
-
equals
equals() method. Note that `key' field is compared withDdllKey.compareTo(DdllKey), notDdllKey.equals(Object). -
hashCode
public int hashCode() -
compareTo
compareTo() method. This method compares the key field only.- 定義:
compareToインタフェース内Comparable<Link>
-
clone
-
toString
-
getIdChangedLink
-