Examples of PASInt


Examples of com.uic.ase.proj.xbn.array.primitive.PASInt

    <P>Get a PASInt containing the same int array as exists in this class.</P>

    @return  <CODE>(new <A HREF="~JD~pasi#pasi(i[],b)~EJD~">PASInt</A>(a_int, <A HREF="#isLocked()">isLocked</A>()))</CODE>  Where a_int is exactly as passed into the <A HREF="~JD~paii(i[],pari)~EJD~">constructor</A>.
   **/
  public final PASInt getPASInt()  {
    return (new PASInt(aInt, isLocked()));
  }
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.