Package org.ldaptive
Class LdapAttribute.ByteArrayComparator
- java.lang.Object
- 
- org.ldaptive.LdapAttribute.ByteArrayComparator
 
- 
- All Implemented Interfaces:
- Serializable,- Comparator<byte[]>
 - Enclosing class:
- LdapAttribute
 
 private static final class LdapAttribute.ByteArrayComparator extends Object implements Comparator<byte[]>, Serializable Comparator for byte arrays. SeeArrays.compare(byte[], byte[]).
- 
- 
Field SummaryFields Modifier and Type Field Description private static longserialVersionUIDserialVersionUid.
 - 
Constructor SummaryConstructors Modifier Constructor Description privateByteArrayComparator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(byte[] o1, byte[] o2)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
 
- 
 
- 
- 
- 
Field Detail- 
serialVersionUIDprivate static final long serialVersionUID serialVersionUid.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
comparepublic int compare(byte[] o1, byte[] o2)- Specified by:
- comparein interface- Comparator<byte[]>
 
 
- 
 
-