org.seasar.extension.jdbc.gen.internal.util
クラス CharUtil

java.lang.Object
  上位を拡張 org.seasar.extension.jdbc.gen.internal.util.CharUtil

public class CharUtil
extends java.lang.Object

charに関するユーティリティクラスです。

作成者:
taedium

コンストラクタの概要
protected CharUtil()
           
 
メソッドの概要
static boolean isAscii(char ch)
          文字がAsciiの場合trueを返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CharUtil

protected CharUtil()
メソッドの詳細

isAscii

public static boolean isAscii(char ch)
文字がAsciiの場合trueを返します。

パラメータ:
ch - 文字
戻り値:
Asciiの場合true


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.