public class PrecedenceComparator extends Object implements Comparator<AbstractOperatorNode>
Constructor and Description |
---|
PrecedenceComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(AbstractOperatorNode a,
AbstractOperatorNode b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(AbstractOperatorNode a, AbstractOperatorNode b)
compare
in interface Comparator<AbstractOperatorNode>
Copyright © 2020. All rights reserved.