Package com.uic.ase.proj.xbn.array

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

Related Classes of com.uic.ase.proj.xbn.array.APObject

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.