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 Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
serialVersionUid.
-
Constructor Summary
Constructors Modifier Constructor Description private
ByteArrayComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(byte[] o1, byte[] o2)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
serialVersionUid.- See Also:
- Constant Field Values
-
-
Method Detail
-
compare
public int compare(byte[] o1, byte[] o2)
- Specified by:
compare
in interfaceComparator<byte[]>
-
-