|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.jdbc.gen.internal.util.CharUtil
public class CharUtil
charに関するユーティリティクラスです。
コンストラクタの概要 | |
---|---|
protected |
CharUtil()
|
メソッドの概要 | |
---|---|
static boolean |
isAscii(char ch)
文字がAsciiの場合 true を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
protected CharUtil()
メソッドの詳細 |
---|
public static boolean isAscii(char ch)
true
を返します。
ch
- 文字
true
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |