- needCheck(BrailleInfo.CHECK) - クラス のメソッドdssp.brailleLib.BrailleInfo
-
この字の前後に数式の区切り符号の確認が必要かを取得する
- newArrayList() - クラス のstaticメソッドdssp.brailleLib.Util
-
ArrayListを生成する
[使用例]
List<String> list = Util.newArrayList();
- newArrayList(Collection<T>) - クラス のstaticメソッドdssp.brailleLib.Util
-
ArrayListを複製する
[使用例]
List<String> list = Util.newArrayList();
- newBrailleInfo() - クラス のメソッドdssp.brailleLib.BrailleDict
-
BrailleInfoを生成する
・thisを引数にしてBrailleInfoのnewBrailleInfoを呼ぶ
- newBrailleInfo(BrailleDict) - クラス のstaticメソッドdssp.brailleLib.BrailleInfo
-
インスタンスを生成する
- newHashMap() - クラス のstaticメソッドdssp.brailleLib.Util
-
HashMapを生成する
[使用例]
Map<String, String> map = Util.newHashMap();
- newHashtable() - クラス のstaticメソッドdssp.brailleLib.Util
-
Hashtableを生成する
[使用例]
Map<String, String> map = Util.newHashtable();
- newInstance() - クラス のstaticメソッドdssp.brailleLib.BrailleRenderer
-
インスタンスを生成する
- newInstance(BrailleDict) - クラス のstaticメソッドdssp.brailleLib.BrailleTranslater
-
インスタンスを生成する
- newQueue() - クラス のstaticメソッドdssp.brailleLib.Util
-
Queueを生成する
・ArrayDequeを生成する
[使用例]
Queue<String> stack = Util.newQueue();
- newStack() - クラス のstaticメソッドdssp.brailleLib.Util
-
Stackを生成する
[使用例]
Stack<String> stack = Util.newStack();
- newTreeMap() - クラス のstaticメソッドdssp.brailleLib.Util
-
TreeMapを生成する
[使用例]
Map<String, String> map = Util.newTreeMap();
- newTreeSet(Comparator<T>) - クラス のstaticメソッドdssp.brailleLib.Util
-
TreeSetを生成する
[使用例]
Set<String> set = Util.newTreeSet();
- newTreeSet() - クラス のstaticメソッドdssp.brailleLib.Util
-
TreeSetを生成する
[使用例]
Set<String> set = Util.newTreeSet();
- newVector() - クラス のstaticメソッドdssp.brailleLib.Util
-
Vectorを生成する
[使用例]
Vector<String> vector = Util.newVector();
- notify(String, Object...) - クラス のstaticメソッドdssp.brailleLib.Util
-
OKのダイアログを表示する
- now() - クラス のstaticメソッドdssp.brailleLib.Util
-
現在の日時を取得kする
[形式]
YYYY-MM-DD HH24:mm:SS