public class ParentIdAndRdnComparator<ID extends java.lang.Comparable<ID>> extends org.apache.directory.api.ldap.model.schema.comparators.SerializableComparator<ParentIdAndRdn>
ParentIdAndRdn stored in the Rdn index.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serial version UID
|
| Constructor and Description |
|---|
ParentIdAndRdnComparator(java.lang.String matchingRuleOid)
Creates a new instance of ParentIdAndRdnComparator.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(ParentIdAndRdn rdn1,
ParentIdAndRdn rdn2) |
setSchemaManagerequals, toStringcopy, getBytecode, getFqcn, isValid, setBytecode, setFqcnaddExtension, addExtension, addName, clear, compareOid, copy, getDescription, getExtension, getExtensions, getName, getNames, getObjectType, getOid, getSchemaName, getSpecification, hasExtension, hashCode, isDisabled, isEnabled, isObsolete, isReadOnly, lock, setDescription, setEnabled, setExtensions, setNames, setNames, setObsolete, setOid, setReadOnly, setSchemaName, setSpecification, unlockprivate static final long serialVersionUID
public ParentIdAndRdnComparator(java.lang.String matchingRuleOid)
matchingRuleOid - The associated MatchingRulepublic int compare(ParentIdAndRdn rdn1, ParentIdAndRdn rdn2)
compare in interface java.util.Comparator<ParentIdAndRdn>compare in class org.apache.directory.api.ldap.model.schema.comparators.SerializableComparator<ParentIdAndRdn>