org.apache.hadoop.hbase
Interface WritableComparator<T>

All Superinterfaces:
Comparator<T>, org.apache.hadoop.io.Writable

public interface WritableComparator<T>
extends org.apache.hadoop.io.Writable, Comparator<T>

Interface that brings writable and comparable together


Method Summary
 
Methods inherited from interface org.apache.hadoop.io.Writable
readFields, write
 
Methods inherited from interface java.util.Comparator
compare, equals
 



Copyright © 2009 The Apache Software Foundation