public class RowRecogPartitionTerminationStateComparator extends Object implements Comparator<RowRecogNFAStateEntry>
Constructor and Description |
---|
RowRecogPartitionTerminationStateComparator(int[] multimatchStreamNumToVariable,
Map<String,Pair<Integer,Boolean>> variableStreams) |
Modifier and Type | Method and Description |
---|---|
int |
compare(RowRecogNFAStateEntry o1,
RowRecogNFAStateEntry o2) |
boolean |
compareTerminationStateToEndState(RowRecogNFAStateEntry terminationState,
RowRecogNFAStateEntry endState) |
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(RowRecogNFAStateEntry o1, RowRecogNFAStateEntry o2)
compare
in interface Comparator<RowRecogNFAStateEntry>
public boolean compareTerminationStateToEndState(RowRecogNFAStateEntry terminationState, RowRecogNFAStateEntry endState)
Copyright © 2005–2020. All rights reserved.