public class KVOTermIdComparator extends Object implements Comparator<KVO<BigdataValue>>
KVO
s containing BigdataValue
references into an
ordering determined by the assigned term identifiers}.BigdataValue.getIV()
Modifier and Type | Field and Description |
---|---|
static Comparator<KVO<BigdataValue>> |
INSTANCE |
Constructor and Description |
---|
KVOTermIdComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(KVO<BigdataValue> term1,
KVO<BigdataValue> term2)
Note: defers to natural ordering for
IV objects. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public static final transient Comparator<KVO<BigdataValue>> INSTANCE
public int compare(KVO<BigdataValue> term1, KVO<BigdataValue> term2)
IV
objects.compare
in interface Comparator<KVO<BigdataValue>>
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.