public class IndexedByteArrayPriorityQueue extends org.apache.hadoop.util.PriorityQueue<IndexedByteArray>
Constructor and Description |
---|
IndexedByteArrayPriorityQueue(int max) |
public IndexedByteArrayPriorityQueue(int max)
protected boolean lessThan(Object a, Object b)
lessThan
in class org.apache.hadoop.util.PriorityQueue<IndexedByteArray>