org.apache.jena.tdb.store.bulkloader3
Class PairComparator

java.lang.Object
  extended by org.apache.jena.tdb.store.bulkloader3.PairComparator
All Implemented Interfaces:
Comparator<Pair<byte[],byte[]>>

public class PairComparator
extends Object
implements Comparator<Pair<byte[],byte[]>>


Constructor Summary
PairComparator()
           
 
Method Summary
 int compare(Pair<byte[],byte[]> p1, Pair<byte[],byte[]> p2)
           
 
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

PairComparator

public PairComparator()
Method Detail

compare

public int compare(Pair<byte[],byte[]> p1,
                   Pair<byte[],byte[]> p2)
Specified by:
compare in interface Comparator<Pair<byte[],byte[]>>


Licenced under the Apache License, Version 2.0