Skip navigation links
A C G H I M S T Z 

A

appendCodePointsTo(StringBuilder, int, int) - Method in class zen.lang.string
Append code points in the range (cpistart, cpiend) into sb; cpistart may be less than cpiend in which case the code points are appended in reverse order.
appendGraphemesTo(int, StringBuilder) - Method in class zen.lang.string
Append all graphemes to sb.
appendGraphemesTo(int, StringBuilder, int, int) - Method in class zen.lang.string
Not implemented yet; throws UnsupportedOperationException.
appendTo(Object) - Method in class zen.lang.string
Appends all of this string to a ByteBuilder (such class does not yet exist).
appendTo(StringBuilder) - Method in class zen.lang.string
Appends all of this string to a StringBuilder.

C

codePointsToBytes(int) - Method in class zen.lang.string
Returns a byte[] containing the chosen code point encoded as UTF-8.
codePointsToBytes(int, int) - Method in class zen.lang.string
Returns a byte[] containing the chosen code points encoded as UTF-8.
codePointsToChars(int, int) - Method in class zen.lang.string
Returns a UTF-16 encoded char[] range (reversible) of code points.
codePointsToInts(int, int) - Method in class zen.lang.string
Returns the code points in the range (cpistart, cpiend).
codePointsToInts() - Method in class zen.lang.string
Returns this string as code points in an int[].
codePointToChars(int) - Method in class zen.lang.string
Returns a UTF-16 encoded char[] of the code point at cpindex.
codePointToInt(int) - Method in class zen.lang.string
Returns the code point at cpindex.
countCodePoints() - Method in class zen.lang.string
Returns the number of unicode code points in this string.
countGraphemes(int) - Method in class zen.lang.string
Returns the number of graphemes in this string; Not implemented yet; throws UnsupportedOperationException.
countUTF16Units() - Method in class zen.lang.string
Count the number of Unicode UTF-16 code units required to UTF-16 encode this string.
countUTF8Units() - Method in class zen.lang.string
Count the number of Unicode UTF-8 code units required to UTF-8 encode this string.

G

getCodePointUTF16Indices() - Method in class zen.lang.string
Returns the grapheme boundary cpcindices into the utf-16 char[] used internally; this array of indices is used internally.
graphemesToBytes(int, int) - Method in class zen.lang.string
Not implemented yet; throws UnsupportedOperationException.
graphemesToBytes(int, int, int) - Method in class zen.lang.string
Not implemented yet; throws UnsupportedOperationException.
graphemesToChars(int, int) - Method in class zen.lang.string
Returns a char[] containing the chosen grapheme encoded as UTF-16.
graphemesToChars(int, int, int) - Method in class zen.lang.string
Not implemented yet; throws UnsupportedOperationException.

H

hasBOM() - Method in class zen.lang.string
Returns true if this string contains one or more Unicode "Byte Order Mark" characters; Not implemented yet; throws UnsupportedOperationException.
hasStartingBOM() - Method in class zen.lang.string
Returns true if this string starts with the Unicode "Byte Order Mark" character; Not implemented yet; throws UnsupportedOperationException.

I

insertCodePointsInto(int, StringBuilder, int, int) - Method in class zen.lang.string
Inserts a range (reversible) of code points into a StringBuilder.
insertGraphemesInto(int, int, StringBuilder) - Method in class zen.lang.string
Insert graphemes into sb.
insertGraphemesInto(int, int, StringBuilder, int, int) - Method in class zen.lang.string
Not implemented yet; throws UnsupportedOperationException.
insertInto(int, Object) - Method in class zen.lang.string
Inserts all of this string into a ByteBuilder (such class to be implemented).
insertInto(int, StringBuilder) - Method in class zen.lang.string
Inserts all of this string into sb.

M

main(String[]) - Static method in class zen.lang.string
tests

S

setText(Object) - Method in class zen.lang.string
Resets this grapheme string with text using default locale.
setText(Object, Locale) - Method in class zen.lang.string
Resets this grapheme instance with text and specified Locale.
string - Class in zen.lang
A string in its simplest form is just a "cookie".
string() - Constructor for class zen.lang.string
Create an empty string.
string(Object) - Constructor for class zen.lang.string
Initialize a new string using text and default locale.
string(Object, Locale) - Constructor for class zen.lang.string
Initialize a new string using text and locale.

T

toBytes() - Method in class zen.lang.string
Returns all of this string encoded as a UTF-8 byte[].
toChars() - Method in class zen.lang.string
Returns all of this string encoded as a UTF-16 char[].
toDebugString() - Method in class zen.lang.string
Returns a verbosely descriptive java.lang.String of this string.
toString() - Method in class zen.lang.string
Returns this string converted into a java.lang.String.

Z

zen.lang - package zen.lang
 
A C G H I M S T Z 
Skip navigation links