Class JOLSample_03_Packing.A

  • Enclosing class:
    JOLSample_03_Packing

    public static class JOLSample_03_Packing.A
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte b1  
      (package private) byte b2  
      (package private) boolean bo1  
      (package private) boolean bo2  
      (package private) char c1  
      (package private) char c2  
      (package private) double d1  
      (package private) double d2  
      (package private) float f1  
      (package private) float f2  
      (package private) int i1  
      (package private) int i2  
      (package private) long l1  
      (package private) long l2  
      (package private) short s1  
      (package private) short s2  
    • Constructor Summary

      Constructors 
      Constructor Description
      A()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • 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 Detail

      • A

        public A()