public class CodeComparatorOnIsolated extends Object implements Comparator<Code>
| Modifier and Type | Field and Description |
|---|---|
static CodeComparatorOnTagType |
CMP_TAG_TYPE |
| Constructor and Description |
|---|
CodeComparatorOnIsolated(CodeMatches codeMatches) |
CodeComparatorOnIsolated(CodeMatches codeMatches,
boolean matchIsolatedOnly) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Code c1,
Code c2) |
void |
setFromIndex(int index) |
void |
setToIndex(int index) |
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 static final CodeComparatorOnTagType CMP_TAG_TYPE
public CodeComparatorOnIsolated(CodeMatches codeMatches)
public CodeComparatorOnIsolated(CodeMatches codeMatches, boolean matchIsolatedOnly)
public void setToIndex(int index)
public void setFromIndex(int index)
public int compare(Code c1, Code c2)
compare in interface Comparator<Code>Copyright © 2021. All rights reserved.