org.limewire.collection
Class Comparators.ByteArrayComparator
java.lang.Object
org.limewire.collection.Comparators.ByteArrayComparator
- All Implemented Interfaces:
- Comparator<byte[]>
- Enclosing class:
- Comparators
public static class Comparators.ByteArrayComparator
- extends Object
- implements Comparator<byte[]>
Compares two byte arrays.
|
Method Summary |
int |
compare(byte[] a,
byte[] b)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Comparators.ByteArrayComparator
public Comparators.ByteArrayComparator()
compare
public int compare(byte[] a,
byte[] b)
- Specified by:
compare in interface Comparator<byte[]>
Copyright © 2009 Lime Wire LLC. All Rights Reserved.