T - The comparator typepublic abstract class LdapComparator<T> extends LoadableSchemaObject implements Comparator<T>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Normalizer |
normalizer
A default normalizer
|
private static long |
serialVersionUID
The serial version UID
|
description, extensions, h, isEnabled, isObsolete, locked, names, objectType, oid, schemaName, specification| Modifier | Constructor and Description |
|---|---|
protected |
LdapComparator(String oid)
Create a new instance of a Comparator
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Normalizer |
getNormalizer() |
int |
hashCode() |
void |
setSchemaManager(SchemaManager schemaManager)
Store the SchemaManager in this instance.
|
String |
toString() |
copy, getBytecode, getFqcn, isValid, setBytecode, setFqcnaddExtension, addExtension, addName, clear, compareOid, computeHashCode, copy, getDescription, getExtension, getExtensions, getName, getNames, getObjectType, getOid, getSchemaName, getSpecification, hasExtension, isDisabled, isEnabled, isObsolete, lock, setDescription, setEnabled, setExtensions, setNames, setNames, setObsolete, setOid, setSchemaName, setSpecification, unlockclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompare, comparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongprivate static final long serialVersionUID
protected Normalizer normalizer
protected LdapComparator(String oid)
oid - The associated OIDpublic void setSchemaManager(SchemaManager schemaManager)
schemaManager - the schemaManager to storepublic int hashCode()
hashCode in interface SchemaObjecthashCode in class LoadableSchemaObjectpublic boolean equals(Object o)
equals in interface Comparator<T>equals in interface SchemaObjectequals in class LoadableSchemaObjectpublic Normalizer getNormalizer()
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.