예제 #1
0
파일: Storage.java 프로젝트: TradeLine/TWT
 public int size() {
   return CastUtil.toInt(Script.code(js, ".length"));
 }