public class ByteArrayComparator extends LdapComparator<byte[]>
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
A logger for this class
|
private static long |
serialVersionUID
The serial version UID
|
description, extensions, isEnabled, isObsolete, isReadOnly, locked, names, objectType, oid, schemaName, specification| Constructor and Description |
|---|
ByteArrayComparator(java.lang.String oid)
The ByteArrayComparator constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(byte[] b1,
byte[] b2) |
equals, setSchemaManager, 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
private static final org.slf4j.Logger LOG