Examples of APObject


Examples of com.uic.ase.proj.xbn.array.APObject

    /**
      <P>Get a full (deep) copy of this APObject as an Object.</P>
     **/
    protected Object clone() throws CloneNotSupportedException  {
      return new APObject(ao);
    }
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.