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