org.jrdf.util.bdb
Class ByteTripleComparatorImpl
java.lang.Object
org.jrdf.util.bdb.ByteTripleComparatorImpl
- All Implemented Interfaces:
- Serializable, Comparator<byte[]>
public class ByteTripleComparatorImpl
- extends Object
- implements Comparator<byte[]>, Serializable
- See Also:
- Serialized Form
Method Summary |
int |
compare(byte[] o1,
byte[] o2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteTripleComparatorImpl
public ByteTripleComparatorImpl(TripleComparator newTripleComparator,
TripleBinding newTripleBinding)
compare
public int compare(byte[] o1,
byte[] o2)
- Specified by:
compare
in interface Comparator<byte[]>