coins.snapshot
クラス Util

java.lang.Object
  |
  +--coins.snapshot.Util

public class Util
extends java.lang.Object

Utility


コンストラクタの概要
(パッケージプライベート) Util()
          Constructor
 
メソッドの概要
 java.lang.String prepare(java.lang.String str)
          Escape some charactors.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Util

Util()
Constructor

メソッドの詳細

prepare

public java.lang.String prepare(java.lang.String str)
Escape some charactors. For example, translate `<' into "<".

パラメータ:
str - The string literal
戻り値:
The escaped string literal