Class ExceptionAggregator.CompareExceptionTablesByRange
- java.lang.Object
-
- org.benf.cfr.reader.entities.exceptions.ExceptionAggregator.CompareExceptionTablesByRange
-
- All Implemented Interfaces:
java.util.Comparator<ExceptionTableEntry>
- Enclosing class:
- ExceptionAggregator
private static class ExceptionAggregator.CompareExceptionTablesByRange extends java.lang.Object implements java.util.Comparator<ExceptionTableEntry>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CompareExceptionTablesByRange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(ExceptionTableEntry exceptionTableEntry, ExceptionTableEntry exceptionTableEntry1)
-
-
-
Method Detail
-
compare
public int compare(ExceptionTableEntry exceptionTableEntry, ExceptionTableEntry exceptionTableEntry1)
- Specified by:
compare
in interfacejava.util.Comparator<ExceptionTableEntry>
-
-