Uses of Class
org.openjdk.jol.info.FieldLayout
-
Packages that use FieldLayout Package Description org.openjdk.jol.info -
-
Uses of FieldLayout in org.openjdk.jol.info
Fields in org.openjdk.jol.info with type parameters of type FieldLayout Modifier and Type Field Description private java.util.SortedSet<FieldLayout>
ClassLayout. fields
Methods in org.openjdk.jol.info that return types with arguments of type FieldLayout Modifier and Type Method Description java.util.SortedSet<FieldLayout>
ClassLayout. fields()
Answer the set of fields, including those in superclassesMethods in org.openjdk.jol.info with parameters of type FieldLayout Modifier and Type Method Description int
FieldLayout. compareTo(FieldLayout o)
Method parameters in org.openjdk.jol.info with type arguments of type FieldLayout Modifier and Type Method Description private static void
ClassLayout. checkInvariants(java.util.SortedSet<FieldLayout> fields, long instanceSize)
static ClassLayout
ClassLayout. create(ClassData classData, java.util.SortedSet<FieldLayout> fields, DataModel model, long instanceSize, boolean check)
Builds the class layout.Constructor parameters in org.openjdk.jol.info with type arguments of type FieldLayout Constructor Description ClassLayout(ClassData classData, java.util.SortedSet<FieldLayout> fields, DataModel model, long instanceSize, int lossesInternal, int lossesExternal, int lossesTotal)
-