Class ExceptionAggregator.CompareExceptionTablesByRange
java.lang.Object
org.benf.cfr.reader.entities.exceptions.ExceptionAggregator.CompareExceptionTablesByRange
- All Implemented Interfaces:
Comparator<ExceptionTableEntry>
- Enclosing class:
- ExceptionAggregator
private static class ExceptionAggregator.CompareExceptionTablesByRange
extends Object
implements Comparator<ExceptionTableEntry>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(ExceptionTableEntry exceptionTableEntry, ExceptionTableEntry exceptionTableEntry1) Methods inherited from class java.lang.Object
clone, equals, finalize, 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
-
CompareExceptionTablesByRange
private CompareExceptionTablesByRange()
-
-
Method Details
-
compare
public int compare(ExceptionTableEntry exceptionTableEntry, ExceptionTableEntry exceptionTableEntry1) - Specified by:
compare
in interfaceComparator<ExceptionTableEntry>
-