Class Inner


  • public class Inner
    extends java.lang.Object
    A support class for compiling a method declared in an inner class. This support class is required at runtime only if the method calls a private constructor in the enclosing class.
    • Constructor Summary

      Constructors 
      Constructor Description
      Inner()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Inner

        public Inner()