public class DepthFirstNodeComparator extends Object implements Comparator<ExhaustiveSearchNode>, Serializable
| Constructor and Description |
|---|
DepthFirstNodeComparator(boolean scoreBounderEnabled) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(ExhaustiveSearchNode a,
ExhaustiveSearchNode b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic DepthFirstNodeComparator(boolean scoreBounderEnabled)
public int compare(ExhaustiveSearchNode a, ExhaustiveSearchNode b)
compare in interface Comparator<ExhaustiveSearchNode>Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.