org.openjdk.jol.layouters
Interface Layouter

All Known Implementing Classes:
CurrentLayouter, HotSpotLayouter, RawLayouter

public interface Layouter

Layouter: given the class data, produces the layout.

Author:
Aleksey Shipilev

Method Summary
 ClassLayout layout(ClassData data)
           
 

Method Detail

layout

ClassLayout layout(ClassData data)


Copyright © 2013. All Rights Reserved.