Class StrictDemo


  • public class StrictDemo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StrictDemo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void A()  
      private void B()  
      void callAThenB()  
      • Methods inherited from class java.lang.Object

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

      • StrictDemo

        public StrictDemo()
    • Method Detail

      • callAThenB

        public void callAThenB()
      • A

        private void A()
      • B

        private void B()