|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.schema.comparators.UUIDComparator
public class UUIDComparator
A comparator for UUID. We simply use the UUID compareTo method.
| Field Summary | |
|---|---|
static java.util.Comparator<byte[]> |
INSTANCE
A static instance of this comparator |
| Constructor Summary | |
|---|---|
UUIDComparator()
|
|
| Method Summary | |
|---|---|
int |
compare(byte[] uuid1,
byte[] uuid2)
|
| 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 UUIDComparator()
| Method Detail |
|---|
public int compare(byte[] uuid1,
byte[] uuid2)
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 | |||||||||