org.pf.directory
Class DistinguishedNameElement
java.lang.Object
org.pf.util.Association
org.pf.util.NamedValue
org.pf.util.NamedText
org.pf.directory.DistinguishedNameElement
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable, java.util.Map.Entry
public class DistinguishedNameElement
- extends NamedText
Represents a single element of a Distinguished Name.
- Version:
- 1.0
- Author:
- M.Duchrow
- See Also:
- Serialized Form
|
Constructor Summary |
DistinguishedNameElement(java.lang.String key,
java.lang.String value)
Initialize the new instance with default values. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
DistinguishedNameElement
public DistinguishedNameElement(java.lang.String key,
java.lang.String value)
- Initialize the new instance with default values.
toString
public java.lang.String toString()
- Description copied from class:
Association
- Returns the toString() value of key and value separated by "->".
- Overrides:
toString in class Association
- See Also:
Object.toString()
equalsIgnoreCase
public boolean equalsIgnoreCase(DistinguishedNameElement element)
equals
public boolean equals(DistinguishedNameElement element)
hashCode
public int hashCode()
- Specified by:
hashCode in interface java.util.Map.Entry- Overrides:
hashCode in class Association