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

java.lang.Object
  extended by org.apache.jena.tdb.store.bulkloader3.TupleComparator
All Implemented Interfaces:
Comparator<Tuple<Long>>

public class TupleComparator
extends Object
implements Comparator<Tuple<Long>>


Constructor Summary
TupleComparator()
           
 
Method Summary
 int compare(Tuple<Long> t1, Tuple<Long> t2)
           
 
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

TupleComparator

public TupleComparator()
Method Detail

compare

public int compare(Tuple<Long> t1,
                   Tuple<Long> t2)
Specified by:
compare in interface Comparator<Tuple<Long>>


Licenced under the Apache License, Version 2.0