|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.tools.string.CharacterTools
public class CharacterTools
A tool class for the handling of strings.
Constructor Summary | |
---|---|
CharacterTools()
|
Method Summary | |
---|---|
static boolean |
isVowel(char c)
true if c is a vowel. |
static byte[] |
toByteArray(char[] value)
Create a byte array from the char array ignoring any encoding. |
static char[] |
toCharArray(byte[] value)
Create a char array from the byte array ignoring any encoding. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CharacterTools()
Method Detail |
---|
public static boolean isVowel(char c)
true
if c
is a vowel.
c
- The character to check.
true
if c
is a vowel.public static byte[] toByteArray(char[] value)
value
-
public static char[] toCharArray(byte[] value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |