public final class TypeList extends java.lang.Object implements java.lang.Comparable<TypeList>
static TypeList
EMPTY
TypeList(Dex dex, short[] types)
int
compareTo(TypeList other)
short[]
getTypes()
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final TypeList EMPTY
public TypeList(Dex dex, short[] types)
public short[] getTypes()
public int compareTo(TypeList other)
compareTo
java.lang.Comparable<TypeList>
public java.lang.String toString()
toString
java.lang.Object