Package t0.alsoexported

Examples of t0.alsoexported.AlsoExportedClass.doSomething()


    AlsoExportedClass a = new AlsoExportedClass();
    NotExportedClass n = new NotExportedClass();

    e.doSomething();
    a.doSomething();
    n.doSomething();
  }
}
View Full Code Here


    AlsoExportedClass a = new AlsoExportedClass();
    NotExportedClass n = new NotExportedClass();

    e.doSomething();
    a.doSomething();
    n.doSomething();
  }
}
View Full Code Here

    AlsoExportedClass a = new AlsoExportedClass();
    NotExportedClass n = new NotExportedClass();

    e.doSomething();
    a.doSomething();
    n.doSomething();
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.