コード例 #1
0
ファイル: Storage.java プロジェクト: TradeLine/TWT
 public int size() {
   return CastUtil.toInt(Script.code(js, ".length"));
 }