Package com.uic.ase.proj.xbn.string

Examples of com.uic.ase.proj.xbn.string.GCICTwo


    <P>If either string is contained in or equal to the other, get information describing the containment.</P>

    @return  <CODE><A HREF="~JD~getContainedIdxs(sob,sob,gcic2)~EJD~">getContainedIdx</A>(sob_x, sob_y, (new <A HREF="~JD~gcic2#gcic2()~EJD~">GCICTwo</A>()))</CODE>
   **/
  public final i_i_i getContainedIdxs(StringOrBuffer sob_x, StringOrBuffer sob_y)  {
    return getContainedIdxs(sob_x, sob_y, (new GCICTwo()));
  }
View Full Code Here

TOP

Related Classes of com.uic.ase.proj.xbn.string.GCICTwo

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.