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

/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DTypeList.java22 public interface TypeList { interface
25 * {@code TypeList} interface itself doesn't provide any
68 public TypeList withAddedType(Type type);
/dalvik/dx/src/com/android/dx/merge/
H A DTypeList.java23 public final class TypeList implements Comparable<TypeList> { class in inherits:Comparable
25 public static final TypeList EMPTY = new TypeList(null, new short[0]);
30 public TypeList(DexBuffer buffer, short[] types) { method in class:TypeList
39 public int compareTo(TypeList other) {
/dalvik/dx/src/com/android/dx/rop/type/
H A DTypeList.java22 public interface TypeList { interface
25 * {@code TypeList} interface itself doesn't provide any
68 public TypeList withAddedType(Type type);

Completed in 5801 milliseconds