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

/libcore/dex/src/main/java/com/android/dex/
H A DTypeList.java21 public final class TypeList implements Comparable<TypeList> { class in inherits:Comparable
23 public static final TypeList EMPTY = new TypeList(null, Dex.EMPTY_SHORT_ARRAY);
28 public TypeList(Dex dex, short[] types) { method in class:TypeList
37 @Override public int compareTo(TypeList other) {

Completed in 32 milliseconds