org.apache.directory.shared.ldap.schema
Class ByteArrayComparator
java.lang.Object
org.apache.directory.shared.ldap.schema.ByteArrayComparator
- All Implemented Interfaces:
- Comparator
public class ByteArrayComparator
- extends Object
- implements Comparator
A comparator for byte[]s.
- Version:
- $Rev$
- Author:
- Apache Directory Project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final ByteArrayComparator INSTANCE
ByteArrayComparator
public ByteArrayComparator()
compare
public int compare(Object byteArray1,
Object byteArray2)
- Specified by:
compare
in interface Comparator
Copyright © 2004-2012. All Rights Reserved.