Class JOLSample_03_Packing.A

java.lang.Object
org.openjdk.jol.samples.JOLSample_03_Packing.A
Enclosing class:
JOLSample_03_Packing

public static class JOLSample_03_Packing.A extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) byte
     
    (package private) byte
     
    (package private) boolean
     
    (package private) boolean
     
    (package private) char
     
    (package private) char
     
    (package private) double
     
    (package private) double
     
    (package private) float
     
    (package private) float
     
    (package private) int
     
    (package private) int
     
    (package private) long
     
    (package private) long
     
    (package private) short
     
    (package private) short
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    A()
     
  • Method Summary

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • bo1

      boolean bo1
    • bo2

      boolean bo2
    • b1

      byte b1
    • b2

      byte b2
    • c1

      char c1
    • c2

      char c2
    • d1

      double d1
    • d2

      double d2
    • f1

      float f1
    • f2

      float f2
    • i1

      int i1
    • i2

      int i2
    • l1

      long l1
    • l2

      long l2
    • s1

      short s1
    • s2

      short s2
  • Constructor Details

    • A

      public A()