Package org.jrd.backend.data.cli.utils
Interface BytecodeSorter
-
- All Known Implementing Classes:
BytecodeSorter.HexDummySorter
public interface BytecodeSorter
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BytecodeSorter.HexDummySorter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Integer
decide()
java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.lang.String>>
sort()
-