- Constant static property in class org.libspark.utils.RegExpUtil
-
タグを検索する正規表現
- Constant static property in class org.libspark.utils.RegExpUtil
- Constant static property in class org.libspark.utils.RegExpUtil
-
toArray(target, propNames)
Static method in class org.libspark.utils.ObjectUtil
-
オブジェクトのプロパティを配列にします。
引数にプロパティ名を指定した場合、指定された順に配列を構成します。
プロパティ名の指定がない場合は for ループで参照した順に構成します。
- Package
-
toRGB(rgb)
Static method in class org.libspark.utils.ColorUtil
-
RGBを示す数値( 0x000000 から 0xFFFFFF まで)を
R, G, B それぞれ 0 から 255 までの数値に分割した配列を返します.
-
toString(target)
Static method in class org.libspark.utils.GeomUtil
-
指定されたオブジェクトのストリング表現を返します。
-
toUpperCaseFirstLetter(str)
Static method in class org.libspark.utils.StringUtil
-
String の最初の文字を大文字にし、以降の文字を小文字に変換して返します。
-
trancateTable(db, table, keyColumn)
Static method in class org.libspark.utils.SqlUtil
-
Remove the whole data of the specified table
- Property in class org.libspark.utils.LineReader
-
改行コードをバッファに保存するかを返します。