| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.compare.CompareUtils
public final class CompareUtils
Miscellaneous utilities (for the client) that make use of the compare algorithms.
| Method Summary | |
|---|---|
static void | 
replaceText(TextBuffer target,
            int offset,
            int length,
            char[] data)
Replaces text in the target TextBuffer with the input data with the smallest changes possible.  | 
static int | 
setLimit(int newLimit)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static int setLimit(int newLimit)
public static void replaceText(TextBuffer target,
                               int offset,
                               int length,
                               char[] data)
target - The TextBuffer we'll be making changes to.offset - The start offset of the target region in "target".length - The length of the target region in "target".data - The new characters that we'll be inserting into "target".
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||