Package se.arnetheduck.j2c.test

Examples of se.arnetheduck.j2c.test.Sub


  Empty[] hclone() {
    return h.clone();
  }

  Empty[] hh() {
    return new Empty[] { null, new Empty(), new Sub() };
  }
View Full Code Here

TOP

Related Classes of se.arnetheduck.j2c.test.Sub

Copyright © 2018 www.massapicom. 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.