jdk/src/share/classes/javax/naming/RefAddr.java
changeset 22974 4bf6c0d73bb8
parent 18580 6c4badf4ffba
child 24969 afa6934dd8e8
equal deleted inserted replaced
22973:616ad2891b71 22974:4bf6c0d73bb8
    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