• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision164 (tree)
Time2015-12-21 20:14:32
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/fwOnline/src/online/model/Band.java (revision 163)
+++ trunk/framework/fwOnline/src/online/model/Band.java (revision 164)
@@ -44,6 +44,15 @@
4444 }
4545
4646 /**
47+ * 値存在確認
48+ * @param key 項目名
49+ * @return 存在する場合 true を返す。
50+ */
51+ public boolean hasValue(final String key) {
52+ return this.index < this.model.getArraySize(key);
53+ }
54+
55+ /**
4756 * 現在位置
4857 * @return 現在位置
4958 */