java.lang.Object
org.apache.jena.sparql.engine.binding.BindingComparator
- All Implemented Interfaces:
Comparator<Binding>
-
Constructor Summary
ConstructorDescriptionBindingComparator
(List<SortCondition> _conditions) BindingComparator
(List<SortCondition> conditions, ExecutionContext execCxt) -
Method Summary
Modifier and TypeMethodDescriptionint
static int
compareBindingsSyntactic
(Binding bind1, Binding bind2) static int
compareNodesRaw
(NodeValue nv1, NodeValue nv2) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
BindingComparator
-
BindingComparator
-
-
Method Details
-
getConditions
-
compare
- Specified by:
compare
in interfaceComparator<Binding>
-
compareNodesRaw
-
compareBindingsSyntactic
-