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

رقم

public static final AllocationInfo.SortMode NUMBER

الحجم

public static final AllocationInfo.SortMode SIZE

سلسلة محادثات

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[]