|
Japanese Utils 0.0.1 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.sourceforge.tsukuyomi.japanese.KanaUtil
public class KanaUtil
仮名に関するユーティリティクラスです。
| メソッドの概要 | |
|---|---|
static String |
toHiragana(String src)
カタカナをひらがなに変換します。 |
static String |
toKatakana(String src)
ひらがなをカタカナに変換します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static String toKatakana(String src)
src - 変換対象の文字列
public static String toHiragana(String src)
src - 変換対象の文字列
|
Japanese Utils 0.0.1 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||