Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C G L S T

A

append(CharArray) - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
Appends an existing CharArray on to this one.
append(char[]) - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
Appends the supplied characters to the end of the array.
append(char[], int, int) - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
 
append(char) - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
Appends a single character to the end of the character array.
append(String) - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
Appends the supplied string to the end of this character array.

B

buffer - Variable in class com.opensymphony.module.sitemesh.html.util.CharArray
 

C

CharArray - class com.opensymphony.module.sitemesh.html.util.CharArray.
A leaner, meaner version of StringBuffer.
CharArray(int) - Constructor for class com.opensymphony.module.sitemesh.html.util.CharArray
Constructs a CharArray that is initialized to the specified size.
charAt(int) - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
Returns the character that is at the specified position in the array.
clear() - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
Clear the contents.
com.opensymphony.module.sitemesh.html.util - package com.opensymphony.module.sitemesh.html.util
 
compareLower(String, int) - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
Compares the supplied uppercase string with the contents of the character array, starting at the offset specified.
compareLowerSubstr(String) - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
This compares a substring of this character array (as specified by the setSubstr(int, int) 55 method call) with the supplied string.

G

getLowerSubstr() - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
Returns the substring that was specified by the setSubstr(int, int) 55 call.
grow(int) - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
Grows the internal array by either ~100% or minSize (whichever is larger), up to a maximum size of Integer.MAX_VALUE.

L

length() - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
Returns the current length of the character array.

S

setLength(int) - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
Changes the size of the character array to the value specified.
setSubstr(int, int) - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
Allows an arbitrary substring of this character array to be specified.
size - Variable in class com.opensymphony.module.sitemesh.html.util.CharArray
 
subStrLen - Variable in class com.opensymphony.module.sitemesh.html.util.CharArray
 
subStrStart - Variable in class com.opensymphony.module.sitemesh.html.util.CharArray
 
substrHashCode() - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
Returns the hashcode for a lowercase version of the array's substring (as set by the setSubstr(int, int) 55 method).
substring(int, int) - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
Returns a substring from within this character array.

T

toString() - Method in class com.opensymphony.module.sitemesh.html.util.CharArray
Returns a String represenation of the character array.

A B C G L S T