Uses of Class
org.openjdk.jol.info.FieldLayout
Packages that use FieldLayout
-
Uses of FieldLayout in org.openjdk.jol.info
Classes in org.openjdk.jol.info that implement interfaces with type arguments of type FieldLayoutMethods in org.openjdk.jol.info that return types with arguments of type FieldLayoutModifier and TypeMethodDescriptionClassLayout.fields()Answer the set of fields, including those in superclassesMethods in org.openjdk.jol.info with parameters of type FieldLayoutMethod parameters in org.openjdk.jol.info with type arguments of type FieldLayoutModifier and TypeMethodDescriptionstatic ClassLayoutClassLayout.create(ClassData classData, SortedSet<FieldLayout> fields, DataModel model, long instanceSize, boolean check) Builds the class layout.