Class StatementMaker.SwitchCaseComparator
java.lang.Object
org.jd.core.v1.service.converter.classfiletojavasyntax.util.StatementMaker.SwitchCaseComparator
- All Implemented Interfaces:
Comparator<BasicBlock.SwitchCase>
- Enclosing class:
StatementMaker
protected static class StatementMaker.SwitchCaseComparator
extends Object
implements Comparator<BasicBlock.SwitchCase>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
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
-
SwitchCaseComparator
protected SwitchCaseComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<BasicBlock.SwitchCase>
-