edu.umd.cloud9.io.pair
Class PairOfLongFloat.Comparator

java.lang.Object
  extended by org.apache.hadoop.io.WritableComparator
      extended by edu.umd.cloud9.io.pair.PairOfLongFloat.Comparator
All Implemented Interfaces:
Comparator, RawComparator
Enclosing class:
PairOfLongFloat

public static class PairOfLongFloat.Comparator
extends WritableComparator

Comparator optimized for PairOfLongFloat.


Constructor Summary
PairOfLongFloat.Comparator()
          Creates a new Comparator optimized for PairOfLongFloat.
 
Method Summary
 int compare(byte[] b1, int s1, int l1, byte[] b2, int s2, int l2)
          Optimization hook.
 
Methods inherited from class org.apache.hadoop.io.WritableComparator
compare, compare, compareBytes, define, get, getKeyClass, hashBytes, hashBytes, newKey, readDouble, readFloat, readInt, readLong, readUnsignedShort, readVInt, readVLong
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

PairOfLongFloat.Comparator

public PairOfLongFloat.Comparator()
Creates a new Comparator optimized for PairOfLongFloat.

Method Detail

compare

public int compare(byte[] b1,
                   int s1,
                   int l1,
                   byte[] b2,
                   int s2,
                   int l2)
Optimization hook.

Specified by:
compare in interface RawComparator
Overrides:
compare in class WritableComparator