Uses of Class
org.openjdk.jol.layouters.FieldAllocationType
-
Packages that use FieldAllocationType Package Description org.openjdk.jol.layouters -
-
Uses of FieldAllocationType in org.openjdk.jol.layouters
Methods in org.openjdk.jol.layouters that return FieldAllocationType Modifier and Type Method Description (package private) static FieldAllocationType
FieldAllocationType. allocationTypeFor(FieldData field)
static FieldAllocationType
FieldAllocationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FieldAllocationType[]
FieldAllocationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-