()
| 47 | |
| 48 | //创建ArrayList对象用这个方法就好了 |
| 49 | function newArrayList() { |
| 50 | var ArrayListClz = Java.use('java.util.ArrayList'); |
| 51 | return ArrayListClz.$new(); |
| 52 | } |
| 53 | |
| 54 | //创建HashSet对象用这个方法就好了 |
| 55 | function newHashSet() { |
nothing calls this directly
no outgoing calls
no test coverage detected