public abstract class LdapComparator<T> extends LoadableSchemaObject implements Comparator<T>
description, extensions, isEnabled, isObsolete, isReadOnly, 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) |
void |
setSchemaManager(SchemaManager schemaManager)
Store the SchemaManager in this instance.
|
String |
toString() |
copy, getBytecode, getFqcn, isValid, registerOid, setBytecode, setFqcn
addExtension, addName, addToRegistries, clear, compareOid, copy, getDescription, getExtensions, getName, getNames, getObjectType, getOid, getSchemaName, getSpecification, hashCode, isDisabled, isEnabled, isObsolete, isReadOnly, lock, removeFromRegistries, setDescription, setEnabled, setExtensions, setNames, setNames, setObsolete, setOid, setReadOnly, setRegistries, setSchemaName, setSpecification
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
protected LdapComparator(String oid)
oid
- The associated OIDpublic void setSchemaManager(SchemaManager schemaManager)
schemaManager
- the schemaManager to storepublic boolean equals(Object o)
equals
in interface Comparator<T>
equals
in interface SchemaObject
equals
in class LoadableSchemaObject
Object#equals()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.