Searched defs:CatchTable (Results 1 - 1 of 1) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCatchTable.java27 public final class CatchTable extends FixedSizeList class in inherits:FixedSizeList,Comparable
28 implements Comparable<CatchTable> {
30 public static final CatchTable EMPTY = new CatchTable(0);
37 public CatchTable(int size) { method in class:CatchTable
64 public int compareTo(CatchTable other) {

Completed in 74 milliseconds