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/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) {
/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 176 milliseconds