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

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


    <P>Append a list of StringBuffers onto the provided StringOrBuffer.</P>

    <P>Equal to <CODE><A HREF="~JD~append(sob,sb[])~EJD~">append</A>(str_orBfr, (new <A HREF="~JD~passb#passb(sb[])~EJD~">PASStringBuffer</A>(a_stringBuffer)))</CODE></P>
   **/
  public void append(StringOrBuffer str_orBfr, StringBuffer[] a_stringBuffer)  {
    append(str_orBfr, (new PASStringBuffer(a_stringBuffer)));
  }
View Full Code Here

TOP

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

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.