AllocationInfo.SortMode

public static final enum AllocationInfo.SortMode
extends Enum<AllocationInfo.SortMode>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.device.server.AllocationInfo.SortMode>
     ↳ com.android.tradefed.device.server.AllocationInfo.SortMode


摘要

枚举值

AllocationInfo.SortMode  ALLOCATION_SITE

 

AllocationInfo.SortMode  CLASS

 

AllocationInfo.SortMode  IN_CLASS

 

AllocationInfo.SortMode  IN_METHOD

 

AllocationInfo.SortMode  NUMBER

 

AllocationInfo.SortMode  SIZE

 

AllocationInfo.SortMode  THREAD

 

公共方法

static AllocationInfo.SortMode valueOf(String name)
static final SortMode[] values()

枚举值

ALLOCATION_SITE

public static final AllocationInfo.SortMode ALLOCATION_SITE

CLASS

public static final AllocationInfo.SortMode CLASS

IN_CLASS

public static final AllocationInfo.SortMode IN_CLASS

IN_METHOD

public static final AllocationInfo.SortMode IN_METHOD

NUMBER

public static final AllocationInfo.SortMode NUMBER

大小

public static final AllocationInfo.SortMode SIZE

THREAD

public static final AllocationInfo.SortMode THREAD

公共方法

valueOf

public static AllocationInfo.SortMode valueOf (String name)

参数
name String

返回
AllocationInfo.SortMode

values

public static final SortMode[] values ()

返回
SortMode[]