public class Link extends Object implements Cloneable, Serializable, Comparable<Link>
Endpoint and a DdllKey.
Note that an instance of DdllKey contains both a key itself
and an ID.
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
clone() |
int |
compareTo(Link another)
compareTo() method.
|
boolean |
equals(Object o)
equals() method.
|
Link |
getIdChangedLink(String id) |
int |
hashCode() |
String |
toString() |
public boolean equals(Object o)
DdllKey.compareTo(DdllKey),
not DdllKey.equals(Object).public int compareTo(Link another)
compareTo インタフェース内 Comparable<Link>Copyright © 2017. All rights reserved.