org.apache.accumulo.core.util
Class ByteArrayComparator

java.lang.Object
  extended by org.apache.accumulo.core.util.ByteArrayComparator
All Implemented Interfaces:
Serializable, Comparator<byte[]>

public class ByteArrayComparator
extends Object
implements Comparator<byte[]>, Serializable

See Also:
Serialized Form

Constructor Summary
ByteArrayComparator()
           
 
Method Summary
 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
 

Constructor Detail

ByteArrayComparator

public ByteArrayComparator()
Method Detail

compare

public int compare(byte[] o1,
                   byte[] o2)
Specified by:
compare in interface Comparator<byte[]>


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.