org.aminds.lang
クラス CharacterUtils

java.lang.Object
  上位を拡張 org.aminds.lang.CharacterUtils

public class CharacterUtils
extends Object

作成者:
Masashi Nakanishi

メソッドの概要
static boolean isCombiningCharacter(int cp)
          Return whether the given code point is a combining character and alike, or not.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

isCombiningCharacter

public static boolean isCombiningCharacter(int cp)
Return whether the given code point is a combining character and alike, or not.

パラメータ:
cp - a code point to be checked
戻り値:
true if the given code point is a combining character and alike


Copyright (c) 2008-2011 Masashi Nakanishi.