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

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


    <P>Create a PARCStrict.</P>

    <P>Equal to <CODE><A HREF="~JD~parcgu#parcgu(pardnlgu,c[])~EJD~">PARCGoodUnq</A>((new <A HREF="~JD~pardnls#pardnls()~EJD~">PARDNLStrict</A>()), ac_illegal)</CODE></P>
   **/
  public PARCStrict(char[] ac_illegal)  {
    super((new PARDNLStrict()), ac_illegal);
  }
View Full Code Here


    <P>Create a PARCStrict.</P>

    <P>Equal to <CODE><A HREF="~JD~parcgu#parcgu(pardnlgu,parod,c[])~EJD~">PARCGoodUnq</A>((new <A HREF="~JD~pardnls#pardnls()~EJD~">PARDNLStrict</A>()), par_dupNullLen, par_orderDir, ac_illegal)</CODE></P>
   **/
  public PARCStrict(PAROrderDir par_orderDir, char[] ac_illegal)  {
    super((new PARDNLStrict()), par_orderDir, ac_illegal);
  }
View Full Code Here

TOP

Related Classes of com.uic.ase.proj.xbn.array.primitive.PARDNLStrict

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.