|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.schema.ByteArrayComparator
public class ByteArrayComparator
A comparator for byte[]s.
Field Summary | |
---|---|
static java.util.Comparator<byte[]> |
INSTANCE
A static instance of this comparator |
Constructor Summary | |
---|---|
ByteArrayComparator()
|
Method Summary | |
---|---|
int |
compare(byte[] b1,
byte[] b2)
|
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 |
Field Detail |
---|
public static final java.util.Comparator<byte[]> INSTANCE
Constructor Detail |
---|
public ByteArrayComparator()
Method Detail |
---|
public int compare(byte[] b1, byte[] b2)
compare
in interface java.util.Comparator<byte[]>
Comparator.compare(java.lang.Object, java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |