|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.sourceforge.livez.lang.VodafoneEmojiUtils
public final class VodafoneEmojiUtils
ボーダフォン用絵文字関連ユーティリティクラスです。
| メソッドの概要 | |
|---|---|
static String |
escapeWebCode(String s)
指定された文字列中のボーダフォン絵文字を、 ボーダフォンライブウェブで表示可能な形式にエスケープします。 |
static String |
escapeWebCode123(String s)
指定された文字列中のボーダフォン絵文字1〜3を、 ボーダフォンライブウェブで表示可能な形式にエスケープします。 |
static String |
escapeWebCode456(String s)
指定された文字列中のボーダフォン絵文字4〜6を、 ボーダフォンライブウェブで表示可能な形式にエスケープします。 |
static boolean |
isEmoji(char c)
指定された文字がボーダフォン絵文字かどうかを返します。 |
static String |
removeEmoji(String s)
指定された文字列からボーダフォン絵文字を削除して返します。 |
static String |
unescapeWebCode(String s)
指定された文字列中のボーダフォンライブウェブ絵文字を、 ボーダフォン絵文字形式に非エスケープします。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static boolean isEmoji(char c)
c - 文字
public static String removeEmoji(String s)
指定された文字列が null の場合は、null を返します。
s - 文字列
public static String escapeWebCode123(String s)
s - 文字列
public static String escapeWebCode456(String s)
s - 文字列
public static String escapeWebCode(String s)
s - 文字列
public static String unescapeWebCode(String s)
s - 文字列
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||