equal
deleted
inserted
replaced
88 public abstract Object getContent(); |
88 public abstract Object getContent(); |
89 |
89 |
90 /** |
90 /** |
91 * Determines whether obj is equal to this RefAddr. |
91 * Determines whether obj is equal to this RefAddr. |
92 *<p> |
92 *<p> |
93 * obj is equal to this RefAddr all of these conditions are true |
93 * obj is equal to this RefAddr if all of these conditions are true |
94 *<ul> |
94 *<ul> |
95 *<li> non-null |
95 *<li> non-null |
96 *<li> instance of RefAddr |
96 *<li> instance of RefAddr |
97 *<li> obj has the same address type as this RefAddr (using String.compareTo()) |
97 *<li> obj has the same address type as this RefAddr (using String.compareTo()) |
98 *<li> both obj and this RefAddr's contents are null or they are equal |
98 *<li> both obj and this RefAddr's contents are null or they are equal |