org.openjdk.jol.layouters
Class RawLayouter

java.lang.Object
  extended by org.openjdk.jol.layouters.RawLayouter
All Implemented Interfaces:
Layouter

public class RawLayouter
extends Object
implements Layouter

Layouter which packs all the fields together, regardless of the alignment.

Author:
Aleksey Shipilev

Constructor Summary
RawLayouter(DataModel model)
           
 
Method Summary
 ClassLayout layout(ClassData data)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RawLayouter

public RawLayouter(DataModel model)
Method Detail

layout

public ClassLayout layout(ClassData data)
Specified by:
layout in interface Layouter

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.