public class LongComparator extends LdapComparator<Long> implements Serializable
description, extensions, isEnabled, isObsolete, isReadOnly, locked, names, objectType, oid, schemaName, specification| Constructor and Description |
|---|
LongComparator(String oid)
The LongComparator constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Long obj1,
Long obj2)
Compare two objects.
|
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, unlockclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic LongComparator(String oid)
public int compare(Long obj1, Long obj2)
compare in interface Comparator<Long>obj1 - First objectobj2 - Second objectCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.