Class ControlFlowGraphMaker.CodeExceptionComparator
- java.lang.Object
-
- org.jd.core.v1.service.converter.classfiletojavasyntax.util.ControlFlowGraphMaker.CodeExceptionComparator
-
- All Implemented Interfaces:
java.util.Comparator<CodeException>
- Enclosing class:
- ControlFlowGraphMaker
public static class ControlFlowGraphMaker.CodeExceptionComparator extends java.lang.Object implements java.util.Comparator<CodeException>
-
-
Constructor Summary
Constructors Constructor Description CodeExceptionComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(CodeException ce1, CodeException ce2)
boolean
equals(java.lang.Object other)
-
-
-
Method Detail
-
compare
public int compare(CodeException ce1, CodeException ce2)
- Specified by:
compare
in interfacejava.util.Comparator<CodeException>
-
equals
public boolean equals(java.lang.Object other)
- Specified by:
equals
in interfacejava.util.Comparator<CodeException>
- Overrides:
equals
in classjava.lang.Object
-
-