com.android.dex
Class TypeList

java.lang.Object
  extended by com.android.dex.TypeList
All Implemented Interfaces:
Comparable<TypeList>

public final class TypeList
extends Object
implements Comparable<TypeList>


Field Summary
static TypeList EMPTY
           
 
Constructor Summary
TypeList(Dex dex, short[] types)
           
 
Method Summary
 int compareTo(TypeList other)
           
 short[] getTypes()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY

public static final TypeList EMPTY
Constructor Detail

TypeList

public TypeList(Dex dex,
                short[] types)
Method Detail

getTypes

public short[] getTypes()

compareTo

public int compareTo(TypeList other)
Specified by:
compareTo in interface Comparable<TypeList>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.